Skip to content

Commit 9441d68

Browse files
feat : Document Migrated to CMP (openMF#2402)
1 parent db36288 commit 9441d68

File tree

36 files changed

+677
-820
lines changed

36 files changed

+677
-820
lines changed

cmp-android/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ dependencies {
141141
testImplementation(kotlin("test"))
142142
testImplementation(libs.koin.test)
143143
testImplementation(libs.koin.test.junit4)
144+
145+
implementation(libs.filekit.coil)
146+
implementation(libs.filekit.core)
147+
implementation(libs.filekit.compose)
148+
implementation(libs.filekit.dialog.compose)
144149
}
145150

146151
dependencyGuard {

cmp-android/dependencies/demoDebugRuntimeClasspath.txt

Lines changed: 42 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
androidx.activity:activity-compose:1.10.0
2-
androidx.activity:activity-ktx:1.10.0
3-
androidx.activity:activity:1.10.0
1+
androidx.activity:activity-compose:1.10.1
2+
androidx.activity:activity-ktx:1.10.1
3+
androidx.activity:activity:1.10.1
44
androidx.annotation:annotation-experimental:1.4.1
55
androidx.annotation:annotation-jvm:1.9.1
66
androidx.annotation:annotation:1.9.1
@@ -56,6 +56,7 @@ androidx.compose:compose-bom:2025.01.00
5656
androidx.concurrent:concurrent-futures:1.1.0
5757
androidx.core:core-ktx:1.15.0
5858
androidx.core:core-splashscreen:1.0.1
59+
androidx.core:core-viewtree:1.0.0
5960
androidx.core:core:1.15.0
6061
androidx.cursoradapter:cursoradapter:1.0.0
6162
androidx.customview:customview-poolingcontainer:1.0.0
@@ -65,10 +66,11 @@ androidx.databinding:databinding-common:8.7.3
6566
androidx.databinding:databinding-ktx:8.7.3
6667
androidx.databinding:databinding-runtime:8.7.3
6768
androidx.databinding:viewbinding:8.7.3
69+
androidx.documentfile:documentfile:1.1.0
6870
androidx.drawerlayout:drawerlayout:1.0.0
6971
androidx.emoji2:emoji2-views-helper:1.4.0
7072
androidx.emoji2:emoji2:1.4.0
71-
androidx.exifinterface:exifinterface:1.3.7
73+
androidx.exifinterface:exifinterface:1.4.1
7274
androidx.fragment:fragment-ktx:1.8.5
7375
androidx.fragment:fragment:1.8.5
7476
androidx.graphics:graphics-path:1.0.1
@@ -106,8 +108,6 @@ androidx.paging:paging-common-android:3.3.6
106108
androidx.paging:paging-common:3.3.6
107109
androidx.paging:paging-compose-android:3.3.5
108110
androidx.paging:paging-compose:3.3.5
109-
androidx.performance:performance-annotation-android:1.0.0-alpha01
110-
androidx.performance:performance-annotation:1.0.0-alpha01
111111
androidx.profileinstaller:profileinstaller:1.4.1
112112
androidx.resourceinspection:resourceinspection-annotation:1.0.1
113113
androidx.room:room-common-jvm:2.7.0-rc02
@@ -124,7 +124,7 @@ androidx.sqlite:sqlite-bundled:2.5.0-rc02
124124
androidx.sqlite:sqlite-framework-android:2.5.0-rc02
125125
androidx.sqlite:sqlite-framework:2.5.0-rc02
126126
androidx.sqlite:sqlite:2.5.0-rc02
127-
androidx.startup:startup-runtime:1.1.1
127+
androidx.startup:startup-runtime:1.2.0
128128
androidx.tracing:tracing-ktx:1.2.0
129129
androidx.tracing:tracing:1.2.0
130130
androidx.transition:transition:1.4.1
@@ -169,8 +169,8 @@ com.russhwolf:multiplatform-settings-serialization:1.2.0
169169
com.russhwolf:multiplatform-settings:1.2.0
170170
com.squareup.okhttp3:okhttp-sse:4.12.0
171171
com.squareup.okhttp3:okhttp:4.12.0
172-
com.squareup.okio:okio-jvm:3.10.2
173-
com.squareup.okio:okio:3.10.2
172+
com.squareup.okio:okio-jvm:3.11.0
173+
com.squareup.okio:okio:3.11.0
174174
de.jensklingenberg.ktorfit:ktorfit-annotations-android-debug:2.5.2
175175
de.jensklingenberg.ktorfit:ktorfit-annotations:2.5.2
176176
de.jensklingenberg.ktorfit:ktorfit-lib-android-debug:2.5.2
@@ -179,24 +179,30 @@ de.jensklingenberg.ktorfit:ktorfit-lib-light:2.5.2
179179
de.jensklingenberg.ktorfit:ktorfit-lib:2.5.2
180180
dev.chrisbanes.material3:material3-window-size-class-multiplatform-android:0.5.0
181181
dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0
182-
io.coil-kt.coil3:coil-android:3.1.0
183-
io.coil-kt.coil3:coil-compose-android:3.1.0
184-
io.coil-kt.coil3:coil-compose-core-android:3.1.0
185-
io.coil-kt.coil3:coil-compose-core:3.1.0
186-
io.coil-kt.coil3:coil-compose:3.1.0
187-
io.coil-kt.coil3:coil-core-android:3.1.0
188-
io.coil-kt.coil3:coil-core:3.1.0
182+
io.coil-kt.coil3:coil-android:3.2.0-rc02
183+
io.coil-kt.coil3:coil-compose-android:3.2.0-rc02
184+
io.coil-kt.coil3:coil-compose-core-android:3.2.0-rc02
185+
io.coil-kt.coil3:coil-compose-core:3.2.0-rc02
186+
io.coil-kt.coil3:coil-compose:3.2.0-rc02
187+
io.coil-kt.coil3:coil-core-android:3.2.0-rc02
188+
io.coil-kt.coil3:coil-core:3.2.0-rc02
189189
io.coil-kt.coil3:coil-network-core-android:3.1.0
190190
io.coil-kt.coil3:coil-network-core:3.1.0
191191
io.coil-kt.coil3:coil-network-ktor3-android:3.1.0
192192
io.coil-kt.coil3:coil-network-ktor3:3.1.0
193193
io.coil-kt.coil3:coil-svg-android:3.1.0
194194
io.coil-kt.coil3:coil-svg:3.1.0
195-
io.coil-kt.coil3:coil:3.1.0
196-
io.github.vinceglb:filekit-compose-android:0.8.7
197-
io.github.vinceglb:filekit-compose:0.8.7
198-
io.github.vinceglb:filekit-core-android:0.8.7
199-
io.github.vinceglb:filekit-core:0.8.7
195+
io.coil-kt.coil3:coil:3.2.0-rc02
196+
io.github.vinceglb:filekit-coil-android:0.10.0-beta04
197+
io.github.vinceglb:filekit-coil:0.10.0-beta04
198+
io.github.vinceglb:filekit-compose-android:0.8.8
199+
io.github.vinceglb:filekit-compose:0.8.8
200+
io.github.vinceglb:filekit-core-android:0.10.0-beta04
201+
io.github.vinceglb:filekit-core:0.10.0-beta04
202+
io.github.vinceglb:filekit-dialogs-android:0.10.0-beta04
203+
io.github.vinceglb:filekit-dialogs-compose-android:0.10.0-beta04
204+
io.github.vinceglb:filekit-dialogs-compose:0.10.0-beta04
205+
io.github.vinceglb:filekit-dialogs:0.10.0-beta04
200206
io.insert-koin:koin-android:4.0.1-RC1
201207
io.insert-koin:koin-androidx-compose:4.0.1-RC1
202208
io.insert-koin:koin-androidx-navigation:4.0.1-RC1
@@ -261,42 +267,38 @@ org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4
261267
org.jetbrains.androidx.navigation:navigation-common:2.8.0-alpha10
262268
org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10
263269
org.jetbrains.androidx.navigation:navigation-runtime:2.8.0-alpha10
264-
org.jetbrains.androidx.performance:performance-annotation:1.0.0-alpha01
265270
org.jetbrains.androidx.savedstate:savedstate:1.2.2
266-
org.jetbrains.compose.animation:animation-core:1.7.3
267-
org.jetbrains.compose.animation:animation:1.7.3
268-
org.jetbrains.compose.annotation-internal:annotation:1.8.0-alpha03
269-
org.jetbrains.compose.collection-internal:collection:1.8.0-alpha03
271+
org.jetbrains.compose.animation:animation-core:1.8.0-rc01
272+
org.jetbrains.compose.animation:animation:1.8.0-rc01
273+
org.jetbrains.compose.annotation-internal:annotation:1.8.0
274+
org.jetbrains.compose.collection-internal:collection:1.8.0
270275
org.jetbrains.compose.components:components-resources-android:1.7.0-rc01
271276
org.jetbrains.compose.components:components-resources:1.7.0-rc01
272277
org.jetbrains.compose.components:components-ui-tooling-preview-android:1.7.0-rc01
273278
org.jetbrains.compose.components:components-ui-tooling-preview:1.7.0-rc01
274-
org.jetbrains.compose.foundation:foundation-layout:1.7.3
275-
org.jetbrains.compose.foundation:foundation:1.7.3
279+
org.jetbrains.compose.foundation:foundation-layout:1.8.0-rc01
280+
org.jetbrains.compose.foundation:foundation:1.8.0-rc01
276281
org.jetbrains.compose.material3:material3:1.7.0-rc01
277282
org.jetbrains.compose.material:material-icons-core:1.7.0-rc01
278283
org.jetbrains.compose.material:material-icons-extended:1.7.0-rc01
279284
org.jetbrains.compose.material:material-ripple:1.7.0-rc01
280285
org.jetbrains.compose.material:material:1.7.0-rc01
281-
org.jetbrains.compose.runtime:runtime-saveable:1.7.3
282-
org.jetbrains.compose.runtime:runtime:1.8.0-alpha03
286+
org.jetbrains.compose.runtime:runtime-saveable:1.8.0
287+
org.jetbrains.compose.runtime:runtime:1.8.0
283288
org.jetbrains.compose.ui:ui-backhandler-android-debug:1.8.0-alpha03
284289
org.jetbrains.compose.ui:ui-backhandler:1.8.0-alpha03
285-
org.jetbrains.compose.ui:ui-geometry:1.7.3
286-
org.jetbrains.compose.ui:ui-graphics:1.7.3
287-
org.jetbrains.compose.ui:ui-text:1.7.3
288-
org.jetbrains.compose.ui:ui-unit:1.7.3
289-
org.jetbrains.compose.ui:ui-util:1.8.0-alpha03
290-
org.jetbrains.compose.ui:ui:1.7.3
290+
org.jetbrains.compose.ui:ui-geometry:1.8.0
291+
org.jetbrains.compose.ui:ui-graphics:1.8.0
292+
org.jetbrains.compose.ui:ui-text:1.8.0
293+
org.jetbrains.compose.ui:ui-unit:1.8.0
294+
org.jetbrains.compose.ui:ui-util:1.8.0
295+
org.jetbrains.compose.ui:ui:1.8.0
291296
org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.10
292297
org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10
293298
org.jetbrains.kotlin:kotlin-reflect:2.1.0
294-
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20
295299
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.23
296300
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20
297-
org.jetbrains.kotlin:kotlin-stdlib:2.1.20
298-
org.jetbrains.kotlinx:atomicfu-jvm:0.23.2
299-
org.jetbrains.kotlinx:atomicfu:0.23.2
301+
org.jetbrains.kotlin:kotlin-stdlib:2.1.21-RC2
300302
org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.8
301303
org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8
302304
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2

cmp-android/dependencies/demoReleaseRuntimeClasspath.txt

Lines changed: 50 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
androidx.activity:activity-compose:1.10.0
2-
androidx.activity:activity-ktx:1.10.0
3-
androidx.activity:activity:1.10.0
1+
androidx.activity:activity-compose:1.10.1
2+
androidx.activity:activity-ktx:1.10.1
3+
androidx.activity:activity:1.10.1
44
androidx.annotation:annotation-experimental:1.4.1
55
androidx.annotation:annotation-jvm:1.9.1
66
androidx.annotation:annotation:1.9.1
@@ -12,14 +12,14 @@ androidx.autofill:autofill:1.0.0
1212
androidx.collection:collection-jvm:1.5.0
1313
androidx.collection:collection-ktx:1.5.0
1414
androidx.collection:collection:1.5.0
15-
androidx.compose.animation:animation-android:1.7.6
16-
androidx.compose.animation:animation-core-android:1.7.6
17-
androidx.compose.animation:animation-core:1.7.6
18-
androidx.compose.animation:animation:1.7.6
19-
androidx.compose.foundation:foundation-android:1.7.6
20-
androidx.compose.foundation:foundation-layout-android:1.7.6
21-
androidx.compose.foundation:foundation-layout:1.7.6
22-
androidx.compose.foundation:foundation:1.7.6
15+
androidx.compose.animation:animation-android:1.8.0-rc03
16+
androidx.compose.animation:animation-core-android:1.8.0-rc03
17+
androidx.compose.animation:animation-core:1.8.0-rc03
18+
androidx.compose.animation:animation:1.8.0-rc03
19+
androidx.compose.foundation:foundation-android:1.8.0-rc03
20+
androidx.compose.foundation:foundation-layout-android:1.8.0-rc03
21+
androidx.compose.foundation:foundation-layout:1.8.0-rc03
22+
androidx.compose.foundation:foundation:1.8.0-rc03
2323
androidx.compose.material3:material3-android:1.3.1
2424
androidx.compose.material3:material3:1.3.1
2525
androidx.compose.material:material-android:1.7.6
@@ -52,6 +52,7 @@ androidx.compose:compose-bom:2025.01.00
5252
androidx.concurrent:concurrent-futures:1.1.0
5353
androidx.core:core-ktx:1.15.0
5454
androidx.core:core-splashscreen:1.0.1
55+
androidx.core:core-viewtree:1.0.0
5556
androidx.core:core:1.15.0
5657
androidx.cursoradapter:cursoradapter:1.0.0
5758
androidx.customview:customview-poolingcontainer:1.0.0
@@ -61,10 +62,11 @@ androidx.databinding:databinding-common:8.7.3
6162
androidx.databinding:databinding-ktx:8.7.3
6263
androidx.databinding:databinding-runtime:8.7.3
6364
androidx.databinding:viewbinding:8.7.3
65+
androidx.documentfile:documentfile:1.1.0
6466
androidx.drawerlayout:drawerlayout:1.0.0
6567
androidx.emoji2:emoji2-views-helper:1.4.0
6668
androidx.emoji2:emoji2:1.4.0
67-
androidx.exifinterface:exifinterface:1.3.7
69+
androidx.exifinterface:exifinterface:1.4.1
6870
androidx.fragment:fragment-ktx:1.8.5
6971
androidx.fragment:fragment:1.8.5
7072
androidx.graphics:graphics-path:1.0.1
@@ -102,8 +104,6 @@ androidx.paging:paging-common-android:3.3.6
102104
androidx.paging:paging-common:3.3.6
103105
androidx.paging:paging-compose-android:3.3.5
104106
androidx.paging:paging-compose:3.3.5
105-
androidx.performance:performance-annotation-android:1.0.0-alpha01
106-
androidx.performance:performance-annotation:1.0.0-alpha01
107107
androidx.profileinstaller:profileinstaller:1.4.1
108108
androidx.resourceinspection:resourceinspection-annotation:1.0.1
109109
androidx.room:room-common-jvm:2.7.0-rc02
@@ -120,7 +120,7 @@ androidx.sqlite:sqlite-bundled:2.5.0-rc02
120120
androidx.sqlite:sqlite-framework-android:2.5.0-rc02
121121
androidx.sqlite:sqlite-framework:2.5.0-rc02
122122
androidx.sqlite:sqlite:2.5.0-rc02
123-
androidx.startup:startup-runtime:1.1.1
123+
androidx.startup:startup-runtime:1.2.0
124124
androidx.tracing:tracing-ktx:1.2.0
125125
androidx.tracing:tracing:1.2.0
126126
androidx.transition:transition:1.4.1
@@ -165,8 +165,8 @@ com.russhwolf:multiplatform-settings-serialization:1.2.0
165165
com.russhwolf:multiplatform-settings:1.2.0
166166
com.squareup.okhttp3:okhttp-sse:4.12.0
167167
com.squareup.okhttp3:okhttp:4.12.0
168-
com.squareup.okio:okio-jvm:3.10.2
169-
com.squareup.okio:okio:3.10.2
168+
com.squareup.okio:okio-jvm:3.11.0
169+
com.squareup.okio:okio:3.11.0
170170
de.jensklingenberg.ktorfit:ktorfit-annotations-android:2.5.2
171171
de.jensklingenberg.ktorfit:ktorfit-annotations:2.5.2
172172
de.jensklingenberg.ktorfit:ktorfit-lib-android:2.5.2
@@ -175,24 +175,30 @@ de.jensklingenberg.ktorfit:ktorfit-lib-light:2.5.2
175175
de.jensklingenberg.ktorfit:ktorfit-lib:2.5.2
176176
dev.chrisbanes.material3:material3-window-size-class-multiplatform-android:0.5.0
177177
dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0
178-
io.coil-kt.coil3:coil-android:3.1.0
179-
io.coil-kt.coil3:coil-compose-android:3.1.0
180-
io.coil-kt.coil3:coil-compose-core-android:3.1.0
181-
io.coil-kt.coil3:coil-compose-core:3.1.0
182-
io.coil-kt.coil3:coil-compose:3.1.0
183-
io.coil-kt.coil3:coil-core-android:3.1.0
184-
io.coil-kt.coil3:coil-core:3.1.0
178+
io.coil-kt.coil3:coil-android:3.2.0-rc02
179+
io.coil-kt.coil3:coil-compose-android:3.2.0-rc02
180+
io.coil-kt.coil3:coil-compose-core-android:3.2.0-rc02
181+
io.coil-kt.coil3:coil-compose-core:3.2.0-rc02
182+
io.coil-kt.coil3:coil-compose:3.2.0-rc02
183+
io.coil-kt.coil3:coil-core-android:3.2.0-rc02
184+
io.coil-kt.coil3:coil-core:3.2.0-rc02
185185
io.coil-kt.coil3:coil-network-core-android:3.1.0
186186
io.coil-kt.coil3:coil-network-core:3.1.0
187187
io.coil-kt.coil3:coil-network-ktor3-android:3.1.0
188188
io.coil-kt.coil3:coil-network-ktor3:3.1.0
189189
io.coil-kt.coil3:coil-svg-android:3.1.0
190190
io.coil-kt.coil3:coil-svg:3.1.0
191-
io.coil-kt.coil3:coil:3.1.0
192-
io.github.vinceglb:filekit-compose-android:0.8.7
193-
io.github.vinceglb:filekit-compose:0.8.7
194-
io.github.vinceglb:filekit-core-android:0.8.7
195-
io.github.vinceglb:filekit-core:0.8.7
191+
io.coil-kt.coil3:coil:3.2.0-rc02
192+
io.github.vinceglb:filekit-coil-android:0.10.0-beta04
193+
io.github.vinceglb:filekit-coil:0.10.0-beta04
194+
io.github.vinceglb:filekit-compose-android:0.8.8
195+
io.github.vinceglb:filekit-compose:0.8.8
196+
io.github.vinceglb:filekit-core-android:0.10.0-beta04
197+
io.github.vinceglb:filekit-core:0.10.0-beta04
198+
io.github.vinceglb:filekit-dialogs-android:0.10.0-beta04
199+
io.github.vinceglb:filekit-dialogs-compose-android:0.10.0-beta04
200+
io.github.vinceglb:filekit-dialogs-compose:0.10.0-beta04
201+
io.github.vinceglb:filekit-dialogs:0.10.0-beta04
196202
io.insert-koin:koin-android:4.0.1-RC1
197203
io.insert-koin:koin-androidx-compose:4.0.1-RC1
198204
io.insert-koin:koin-androidx-navigation:4.0.1-RC1
@@ -256,42 +262,38 @@ org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4
256262
org.jetbrains.androidx.navigation:navigation-common:2.8.0-alpha10
257263
org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha10
258264
org.jetbrains.androidx.navigation:navigation-runtime:2.8.0-alpha10
259-
org.jetbrains.androidx.performance:performance-annotation:1.0.0-alpha01
260265
org.jetbrains.androidx.savedstate:savedstate:1.2.2
261-
org.jetbrains.compose.animation:animation-core:1.7.3
262-
org.jetbrains.compose.animation:animation:1.7.3
263-
org.jetbrains.compose.annotation-internal:annotation:1.8.0-alpha03
264-
org.jetbrains.compose.collection-internal:collection:1.8.0-alpha03
266+
org.jetbrains.compose.animation:animation-core:1.8.0-rc01
267+
org.jetbrains.compose.animation:animation:1.8.0-rc01
268+
org.jetbrains.compose.annotation-internal:annotation:1.8.0
269+
org.jetbrains.compose.collection-internal:collection:1.8.0
265270
org.jetbrains.compose.components:components-resources-android:1.7.0-rc01
266271
org.jetbrains.compose.components:components-resources:1.7.0-rc01
267272
org.jetbrains.compose.components:components-ui-tooling-preview-android:1.7.0-rc01
268273
org.jetbrains.compose.components:components-ui-tooling-preview:1.7.0-rc01
269-
org.jetbrains.compose.foundation:foundation-layout:1.7.3
270-
org.jetbrains.compose.foundation:foundation:1.7.3
274+
org.jetbrains.compose.foundation:foundation-layout:1.8.0-rc01
275+
org.jetbrains.compose.foundation:foundation:1.8.0-rc01
271276
org.jetbrains.compose.material3:material3:1.7.0-rc01
272277
org.jetbrains.compose.material:material-icons-core:1.7.0-rc01
273278
org.jetbrains.compose.material:material-icons-extended:1.7.0-rc01
274279
org.jetbrains.compose.material:material-ripple:1.7.0-rc01
275280
org.jetbrains.compose.material:material:1.7.0-rc01
276-
org.jetbrains.compose.runtime:runtime-saveable:1.7.3
277-
org.jetbrains.compose.runtime:runtime:1.8.0-alpha03
281+
org.jetbrains.compose.runtime:runtime-saveable:1.8.0
282+
org.jetbrains.compose.runtime:runtime:1.8.0
278283
org.jetbrains.compose.ui:ui-backhandler-android:1.8.0-alpha03
279284
org.jetbrains.compose.ui:ui-backhandler:1.8.0-alpha03
280-
org.jetbrains.compose.ui:ui-geometry:1.7.3
281-
org.jetbrains.compose.ui:ui-graphics:1.7.3
282-
org.jetbrains.compose.ui:ui-text:1.7.3
283-
org.jetbrains.compose.ui:ui-unit:1.7.3
284-
org.jetbrains.compose.ui:ui-util:1.8.0-alpha03
285-
org.jetbrains.compose.ui:ui:1.7.3
285+
org.jetbrains.compose.ui:ui-geometry:1.8.0
286+
org.jetbrains.compose.ui:ui-graphics:1.8.0
287+
org.jetbrains.compose.ui:ui-text:1.8.0
288+
org.jetbrains.compose.ui:ui-unit:1.8.0
289+
org.jetbrains.compose.ui:ui-util:1.8.0
290+
org.jetbrains.compose.ui:ui:1.8.0
286291
org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.10
287292
org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10
288293
org.jetbrains.kotlin:kotlin-reflect:2.1.0
289-
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20
290294
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.23
291295
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20
292-
org.jetbrains.kotlin:kotlin-stdlib:2.1.20
293-
org.jetbrains.kotlinx:atomicfu-jvm:0.23.2
294-
org.jetbrains.kotlinx:atomicfu:0.23.2
296+
org.jetbrains.kotlin:kotlin-stdlib:2.1.21-RC2
295297
org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.8
296298
org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8
297299
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2

0 commit comments

Comments
 (0)