fix: android update

This commit is contained in:
Stefan Schueller 2021-10-01 21:20:31 +02:00
parent f71aeb2cf1
commit 3a7ca1581c
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ dependencies {
// database lib
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-ktx:$room_version"
kapt "androidx.room:room-compiler:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
// Lifecycle components
kapt "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"