File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,14 @@ buildscript {
2424
2525 dependencies {
2626 classpath " com.android.tools.build:gradle:8.3.2"
27+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
2728 classpath " com.google.gms:google-services:4.3.14"
2829 classpath " com.google.firebase:firebase-crashlytics-gradle:2.8.1"
2930 }
3031}
3132
3233apply plugin : " com.android.application"
34+ apply plugin : " org.jetbrains.kotlin.android"
3335
3436android {
3537 compileSdkVersion 34
@@ -92,21 +94,6 @@ dependencies {
9294 implementation libs. junit
9395
9496 implementation(" com.google.firebase:firebase-crashlytics:19.4.1" )
95- implementation " androidx.datastore:datastore-android:1.1.2"
96- implementation " androidx.datastore:datastore-preferences-android:1.1.2"
97- implementation " androidx.datastore:datastore-preferences-core-jvm:1.1.2"
98- implementation " androidx.datastore:datastore-core-android:1.1.2"
99- modules {
100- module(" androidx.datastore:datastore-jvm" ) {
101- replacedBy(" androidx.datastore:datastore-android" )
102- }
103- module(" androidx.datastore:datastore-preferences-jvm" ) {
104- replacedBy(" androidx.datastore:datastore-preferences-android" )
105- }
106- module(" androidx.datastore:datastore-core-jvm" ) {
107- replacedBy(" androidx.datastore:datastore-core-android" )
108- }
109- }
11097
11198 // Common utilities (instrumentation side)
11299 androidTestImplementation " androidx.test:runner:1.4.0"
You can’t perform that action at this time.
0 commit comments