@@ -99,15 +99,7 @@ android {
99
99
targetCompatibility = JavaVersion .VERSION_1_8
100
100
}
101
101
102
- kotlinOptions {
103
- jvmTarget = " 1.8"
104
- freeCompilerArgs + = listOf (
105
- " -P" ,
106
- " plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"
107
- )
108
- }
109
-
110
- packagingOptions {
102
+ packaging {
111
103
resources {
112
104
excludes + = setOf (" META-INF/*.kotlin_module" )
113
105
}
@@ -128,11 +120,11 @@ tasks.withType<KotlinCompile> {
128
120
}
129
121
130
122
dependencies {
131
- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:1.1.5 " )
123
+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.3 " )
132
124
133
125
implementation(platform(" com.google.firebase:firebase-bom:26.2.0" ))
134
126
implementation(" com.google.firebase:firebase-analytics-ktx" )
135
- implementation(" androidx.activity:activity-compose:1.6.0 " )
127
+ implementation(" androidx.activity:activity-compose:1.7.1 " )
136
128
137
129
138
130
with (Deps .Koin ) {
@@ -157,7 +149,7 @@ dependencies {
157
149
implementation(material3WindowSizeClass)
158
150
}
159
151
implementation(" io.github.pushpalroy:jetlime:1.0.3" )
160
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 " )
152
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1 " )
161
153
implementation(" com.google.maps.android:android-maps-utils:2.3.0" )
162
154
163
155
with (Deps .PlayServices ) {
@@ -166,8 +158,8 @@ dependencies {
166
158
}
167
159
168
160
testImplementation(" junit:junit:4.13.2" )
169
- androidTestImplementation(" androidx.test.ext:junit:1.1.3 " )
170
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0 " )
161
+ androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
162
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
171
163
172
164
implementation(project(" :SharedCode" ))
173
165
}
0 commit comments