@@ -30,11 +30,13 @@ android {
3030 }
3131 multiDexEnabled true
3232
33+ /*
3334 javaCompileOptions {
3435 annotationProcessorOptions {
35- arguments + = [" room.schemaLocation" : " $projectDir /schemas" . toString()]
36+ arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
3637 }
3738 }
39+ */
3840 }
3941
4042 buildTypes {
@@ -69,10 +71,13 @@ dependencies {
6971
7072 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
7173 implementation ' androidx.core:core-ktx:1.6.0'
74+ implementation ' androidx.webkit:webkit:1.3.0'
75+ implementation " androidx.work:work-runtime-ktx:2.3.1"
7276
7377 // widgets
7478 implementation ' androidx.appcompat:appcompat:1.3.0'
7579 implementation ' com.google.android.material:material:1.4.0'
80+ implementation ' com.google.android.gms:play-services-location:18.0.0' // 21.3.0'
7681
7782 // websocket
7883 implementation ' com.squareup.okhttp3:okhttp:4.9.2'
@@ -86,10 +91,8 @@ dependencies {
8691 implementation ' net.java.dev.jna:jna:5.9.0@aar'
8792
8893 // database
89- implementation " androidx.room:room-runtime:2.3.0"
90- implementation ' com.google.android.gms:play-services-location:18.0.0' // 21.3.0'
91- implementation ' androidx.webkit:webkit:1.3.0'
92- kapt " androidx.room:room-compiler:2.3.0"
94+ // implementation "androidx.room:room-runtime:2.3.0"
95+ // kapt "androidx.room:room-compiler:2.3.0"
9396 // implementation "androidx.room:room-rxjava2:2.3.0"
9497 // implementation "androidx.room:room-guava:2.3.0"
9598
0 commit comments