diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2e090bd..84157c9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -87,5 +87,6 @@ dependencies { // Room dependencies implementation(libs.androidx.room.runtime) implementation(libs.androidx.room.ktx) + //noinspection KaptUsageInsteadOfKsp kapt(libs.androidx.room.compiler) } \ No newline at end of file