Migrate Room to KSP

This commit is contained in:
MM20
2023-08-06 15:25:33 +02:00
parent dee923233d
commit 8fa681a0ac
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
plugins {
id("com.android.library")
id("kotlin-android")
id("kotlin-kapt")
id("com.google.devtools.ksp")
}
android {
@@ -47,7 +47,7 @@ dependencies {
implementation(libs.androidx.core)
implementation(libs.androidx.appcompat)
api(libs.androidx.roomruntime)
kapt(libs.androidx.roomcompiler)
ksp(libs.androidx.roomcompiler)
api(libs.androidx.room)
implementation(libs.koin.android)