|
@@ -65,9 +65,7 @@ dependencies {
|
|
|
implementation 'androidx.activity:activity-compose:1.7.0'
|
|
implementation 'androidx.activity:activity-compose:1.7.0'
|
|
|
|
|
|
|
|
// androidx room
|
|
// androidx room
|
|
|
- //noinspection GradleDependency
|
|
|
|
|
implementation "androidx.room:room-runtime:$roomVersion"
|
|
implementation "androidx.room:room-runtime:$roomVersion"
|
|
|
- //noinspection GradleDependency
|
|
|
|
|
implementation "androidx.room:room-ktx:$roomVersion"
|
|
implementation "androidx.room:room-ktx:$roomVersion"
|
|
|
kapt "androidx.room:room-compiler:$roomVersion"
|
|
kapt "androidx.room:room-compiler:$roomVersion"
|
|
|
|
|
|