1
1
[versions ]
2
- kotlin = " 1.9.22 "
3
- ktor-client = " 2.3.8 "
4
- ktor-server = " 2.3.8 "
2
+ kotlin = " 2.0.0-RC1 "
3
+ ktor-client = " 2.3.10 "
4
+ ktor-server = " 2.3.10 "
5
5
multiplatform-settings = " 1.0.0"
6
6
voyager = " 1.0.0"
7
- koin = " 3.5.3 "
8
- koin-compose = " 1.1.2 "
7
+ koin = " 3.5.6 "
8
+ koin-compose = " 1.1.3 "
9
9
junit = " 4.13.2"
10
10
androidGradlePlugin = " 8.2.2"
11
- composeMultiplatform = " 1.6.0 "
12
- compose-compiler = " 1.5.8 -dev-k1.9.22-42b6ec2b037 "
11
+ composeMultiplatform = " 1.6.2 "
12
+ compose-compiler = " 1.5.13 -dev-k2.0.0-RC1-50f08dfa4b4 "
13
13
exposed = " 0.37.3"
14
- skiko = " 0.7.93 "
14
+ skiko = " 0.7.97 "
15
15
ktlint = " 11.5.1"
16
16
detekt = " 1.23.1"
17
17
kotlinx-coroutines = " 1.8.0"
18
18
androidx-junit = " 1.1.5"
19
19
espressoCore = " 3.5.1"
20
20
accompanistSystemuicontroller = " 0.32.0"
21
- activityCompose = " 1.8.2 "
22
- firebase = " 32.7.2 "
21
+ activityCompose = " 1.9.0 "
22
+ firebase = " 33.0.0 "
23
23
touchlab = " 2.0.5"
24
24
25
25
[libraries ]
@@ -38,7 +38,7 @@ ktor-client = { module = "io.ktor:ktor-client-core", version.ref = "ktor-client"
38
38
kamel = " media.kamel:kamel-image:0.7.1"
39
39
kermit = " co.touchlab:kermit:2.0.0-RC5"
40
40
41
- kotlinx-serialization-json = " org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 "
41
+ kotlinx-serialization-json = " org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 "
42
42
kotlinx-datetime = " org.jetbrains.kotlinx:kotlinx-datetime:0.5.0"
43
43
kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinx-coroutines" }
44
44
kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " kotlinx-coroutines" }
@@ -53,10 +53,10 @@ koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
53
53
koin-test = { module = " io.insert-koin:koin-test" , version.ref = " koin" }
54
54
55
55
# Android
56
- compose-bom = " androidx.compose:compose-bom:2024.02.01 "
56
+ compose-bom = " androidx.compose:compose-bom:2024.05.00 "
57
57
koin-android = { module = " io.insert-koin:koin-android" , version.ref = " koin" }
58
58
59
- androidx-core-ktx = " androidx.core:core-ktx:1.12.0 "
59
+ androidx-core-ktx = " androidx.core:core-ktx:1.13.1 "
60
60
androidx-core-splashscreen = " androidx.core:core-splashscreen:1.0.1"
61
61
androidx-tracing-ktx = " androidx.tracing:tracing-ktx:1.2.0"
62
62
accompanist-systemuicontroller = { module = " com.google.accompanist:accompanist-systemuicontroller" , version.ref = " accompanistSystemuicontroller" }
@@ -74,7 +74,7 @@ stately-common = { module = "co.touchlab:stately-common", version.ref = "touchla
74
74
koin-compose = { module = " io.insert-koin:koin-compose" , version.ref = " koin-compose" }
75
75
kotlinx-coroutines-swingui = " org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.0"
76
76
ktor-client-java = { module = " io.ktor:ktor-client-java" , version.ref = " ktor-client" }
77
- androidx-compose-ui-util = " androidx.compose.ui:ui-util:1.6.2 "
77
+ androidx-compose-ui-util = " androidx.compose.ui:ui-util:1.6.7 "
78
78
79
79
# Backend
80
80
ktor-server-core = { module = " io.ktor:ktor-server-core" , version.ref = " ktor-server" }
0 commit comments