File tree 3 files changed +5
-4
lines changed
src/nativeMain/kotlin/com/freeletics/flowredux/util
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ public final class com/freeletics/flowredux/dsl/ExecutionPolicy : java/lang/Enum
37
37
public static final field CANCEL_PREVIOUS Lcom/freeletics/flowredux/dsl/ExecutionPolicy;
38
38
public static final field ORDERED Lcom/freeletics/flowredux/dsl/ExecutionPolicy;
39
39
public static final field UNORDERED Lcom/freeletics/flowredux/dsl/ExecutionPolicy;
40
+ public static fun getEntries ()Lkotlin/enums/EnumEntries;
40
41
public static fun valueOf (Ljava/lang/String;)Lcom/freeletics/flowredux/dsl/ExecutionPolicy;
41
42
public static fun values ()[Lcom/freeletics/flowredux/dsl/ExecutionPolicy;
42
43
}
Original file line number Diff line number Diff line change 1
1
package com.freeletics.flowredux.util
2
2
3
- import kotlin.native. concurrent.AtomicInt
3
+ import kotlin.concurrent.AtomicInt
4
4
5
5
internal actual class AtomicCounter actual constructor(initialValue : Int ) {
6
6
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 1.8.22 "
2
+ kotlin = " 1.9.0 "
3
3
coroutines = " 1.7.3"
4
4
compose-multiplatform = " 1.4.3"
5
- compose-multiplatform-compiler = " 1.4.8 "
5
+ compose-multiplatform-compiler = " 1.5.0 "
6
6
7
7
java-target = " 1.8"
8
8
java-toolchain = " 19"
@@ -13,7 +13,7 @@ android-target = "33"
13
13
android-compile = " 33"
14
14
androidx-activity = " 1.7.2"
15
15
androidx-appcompat = " 1.6.1"
16
- androidx-compose-compiler = " 1.4.8 "
16
+ androidx-compose-compiler = " 1.5.0 "
17
17
androidx-compose-runtime = " 1.4.3"
18
18
androidx-compose-ui = " 1.4.3"
19
19
androidx-compose-foundation = " 1.4.3"
You can’t perform that action at this time.
0 commit comments