|
|
|
@ -1,7 +1,6 @@ |
|
|
|
|
plugins { |
|
|
|
|
id "com.android.application" |
|
|
|
|
id 'org.jetbrains.kotlin.android' |
|
|
|
|
id 'com.google.devtools.ksp' |
|
|
|
|
id 'kotlin-parcelize' |
|
|
|
|
id 'kotlin-kapt' |
|
|
|
|
id "de.timfreiheit.resourceplaceholders" |
|
|
|
@ -58,9 +57,6 @@ android { |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
ksp { |
|
|
|
|
arg("room.schemaLocation", "$projectDir/schemas") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
buildFeatures { |
|
|
|
|
viewBinding true |
|
|
|
@ -200,7 +196,7 @@ dependencies { |
|
|
|
|
//room |
|
|
|
|
implementation("androidx.room:room-runtime:$room_version") |
|
|
|
|
implementation("androidx.room:room-ktx:$room_version") |
|
|
|
|
ksp("androidx.room:room-compiler:$room_version") |
|
|
|
|
kapt("androidx.room:room-compiler:$room_version") |
|
|
|
|
testImplementation("androidx.room:room-testing:$room_version") |
|
|
|
|
|
|
|
|
|
//liveEventBus |
|
|
|
|