|
1 | 1 | [versions] |
2 | | -kotlin = "2.0.0-RC1" |
3 | | -ktor-client = "2.3.10" |
4 | | -ktor-server = "2.3.10" |
| 2 | +kotlin = "2.0.0" |
| 3 | +ktor-client = "2.3.11" |
| 4 | +ktor-server = "2.3.11" |
5 | 5 | multiplatform-settings = "1.0.0" |
6 | 6 | voyager = "1.0.0" |
7 | 7 | koin = "3.5.6" |
8 | 8 | koin-compose = "1.1.3" |
9 | 9 | junit = "4.13.2" |
10 | 10 | androidGradlePlugin = "8.2.2" |
11 | | -composeMultiplatform = "1.6.2" |
12 | | -compose-compiler = "1.5.13-dev-k2.0.0-RC1-50f08dfa4b4" |
| 11 | +composeMultiplatform = "1.6.10" |
13 | 12 | exposed = "0.37.3" |
14 | | -skiko = "0.7.97" |
| 13 | +skiko = "0.8.4" |
15 | 14 | ktlint = "11.5.1" |
16 | 15 | detekt = "1.23.1" |
17 | | -kotlinx-coroutines = "1.8.0" |
| 16 | +kotlinx-coroutines = "1.8.1" |
18 | 17 | androidx-junit = "1.1.5" |
19 | 18 | espressoCore = "3.5.1" |
20 | 19 | accompanistSystemuicontroller = "0.32.0" |
@@ -67,12 +66,20 @@ junit = { module = "junit:junit", version.ref = "junit" } |
67 | 66 | androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" } |
68 | 67 | androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-junit" } |
69 | 68 |
|
| 69 | +androidx-material = { module = "androidx.compose.material:material" } |
| 70 | +androidx-material3 = { module = "androidx.compose.material3:material3" } |
| 71 | +androidx-material3-window-size = { module = "androidx.compose.material3:material3-window-size-class" } |
| 72 | +androidx-ui = { module = "androidx.compose.ui:ui" } |
| 73 | +androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } |
| 74 | +androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } |
| 75 | +firebase-analytics-ktx = { module = "com.google.firebase:firebase-analytics-ktx" } |
| 76 | + |
70 | 77 | # iOS |
71 | 78 | stately-common = { module = "co.touchlab:stately-common", version.ref = "touchlab" } |
72 | 79 |
|
73 | 80 | # Desktop |
74 | 81 | koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin-compose" } |
75 | | -kotlinx-coroutines-swingui = "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.0" |
| 82 | +kotlinx-coroutines-swingui = "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.1" |
76 | 83 | ktor-client-java = { module = "io.ktor:ktor-client-java", version.ref = "ktor-client" } |
77 | 84 | androidx-compose-ui-util = "androidx.compose.ui:ui-util:1.6.7" |
78 | 85 |
|
@@ -117,6 +124,8 @@ android-library = { id = "com.android.library", version.ref = "androidGradlePlug |
117 | 124 | compose-multiplatform = { id = "org.jetbrains.compose", version.ref = "composeMultiplatform" } |
118 | 125 | ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" } |
119 | 126 | detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } |
| 127 | +kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } |
| 128 | +compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
120 | 129 |
|
121 | 130 | #Backend |
122 | 131 | kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "kotlin" } |
|
0 commit comments