File tree 3 files changed +3
-7
lines changed
kmp-observableviewmodel-core 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ buildscript {
13
13
mavenCentral()
14
14
google()
15
15
}
16
-
17
- dependencies {
18
- classpath(libs.atomicfu.gradle.plugin)
19
- }
20
16
}
21
17
22
18
allprojects {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kotlin = "2.1.0-Beta1"
3
3
kotlinx-coroutines = " 1.9.0"
4
4
android = " 8.2.0"
5
5
androidx-lifecycle = " 2.8.4"
6
- atomicfu = " 0.24 .0"
6
+ atomicfu = " 0.25 .0"
7
7
8
8
# Sample versions
9
9
androidx-compose = " 2023.10.01"
@@ -15,7 +15,6 @@ nativecoroutines = "1.0.0-ALPHA-36-kotlin-2.1.0-Beta1"
15
15
kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
16
16
kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinx-coroutines" }
17
17
androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel" , version.ref = " androidx-lifecycle" }
18
- atomicfu-gradle-plugin = { module = " org.jetbrains.kotlinx:atomicfu-gradle-plugin" , version.ref = " atomicfu" }
19
18
20
19
# Sample libraries
21
20
androidx-compose-bom = { module = " androidx.compose:compose-bom" , version.ref = " androidx-compose" }
@@ -30,6 +29,7 @@ androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-
30
29
[plugins ]
31
30
kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
32
31
android-library = { id = " com.android.library" , version.ref = " android" }
32
+ atomicfu = { id = " org.jetbrains.kotlinx.atomicfu" , version.ref = " atomicfu" }
33
33
34
34
# Sample plugins
35
35
kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
alias(libs.plugins.android.library)
6
6
alias(libs.plugins.kotlin.multiplatform)
7
7
`kmp- observableviewmodel- publish`
8
- id( " kotlinx- atomicfu" )
8
+ alias(libs.plugins. atomicfu)
9
9
}
10
10
11
11
kotlin {
You can’t perform that action at this time.
0 commit comments