File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,10 @@ buildscript {
88 }
99}
1010
11+ plugins {
12+ kotlin(" android" ) version " 1.9.20" apply false
13+ kotlin(" plugin.serialization" ) version " 1.9.20" apply false
14+ }
15+
1116group = providers.gradleProperty(" group" ).orNull ? : " com.synonym"
1217version = providers.gradleProperty(" version" ).orNull ? : " 0.0.0"
Original file line number Diff line number Diff line change 11plugins {
22 id(" com.android.library" )
3- id(" org.jetbrains.kotlin.android" ) version " 1.9.10"
3+ kotlin(" android" )
4+ kotlin(" plugin.serialization" )
45
56 id(" maven-publish" )
67 id(" signing" )
@@ -52,13 +53,9 @@ dependencies {
5253 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" )
5354 implementation(" androidx.appcompat:appcompat:1.6.1" )
5455 implementation(" androidx.core:core-ktx:1.12.0" )
56+ implementation(" org.jetbrains.kotlinx:atomicfu:0.23.1" )
57+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0" )
5558 api(" org.slf4j:slf4j-api:1.7.36" )
56-
57- androidTestImplementation(" com.github.tony19:logback-android:2.0.0" )
58- androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
59- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
60- androidTestImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" )
61- androidTestImplementation(" org.jetbrains.kotlin:kotlin-test-junit" )
6259}
6360
6461afterEvaluate {
You can’t perform that action at this time.
0 commit comments