|
1 | 1 | [versions] |
2 | | -kotlin = "2.1.0" |
3 | | -androidGradlePlugin = "8.10.1" |
4 | | -composeMultiplatform = "1.8.0" |
| 2 | +kotlin = "2.2.20" |
| 3 | +androidGradlePlugin = "8.13.0" |
| 4 | +composeMultiplatform = "1.9.0" |
5 | 5 |
|
6 | 6 | [plugins] |
7 | 7 | kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } |
8 | 8 | kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
9 | 9 | kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } |
10 | | -kotlinx-binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.0" } |
| 10 | +kotlinx-binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.1" } |
11 | 11 | android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" } |
12 | 12 | android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" } |
13 | 13 | compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
14 | | -paparazzi = { id = "app.cash.paparazzi", version = "2.0.0-alpha01" } |
15 | | -maven-publish = { id = "com.vanniktech.maven.publish", version = "0.33.0" } |
| 14 | +paparazzi = { id = "app.cash.paparazzi", version = "2.0.0-alpha02" } |
| 15 | +maven-publish = { id = "com.vanniktech.maven.publish", version = "0.34.0" } |
16 | 16 |
|
17 | 17 | [libraries] |
18 | | -androidx-core = { module = "androidx.core:core", version = "1.16.0" } |
| 18 | +androidx-core = { module = "androidx.core:core", version = "1.17.0" } |
19 | 19 | compose-multiplatform-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "composeMultiplatform" } |
20 | 20 | compose-multiplatform-foundation = { module = "org.jetbrains.compose.foundation:foundation", version.ref = "composeMultiplatform" } |
21 | 21 | compose-multiplatform-ui-util = { module = "org.jetbrains.compose.ui:ui-util", version.ref = "composeMultiplatform" } |
22 | 22 |
|
23 | 23 | # Sample dependencies |
24 | | -kotlinx-immutable-collections = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.7" } |
| 24 | +kotlinx-immutable-collections = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.4.0" } |
25 | 25 | compose-multiplatform-ui = { module = "org.jetbrains.compose.ui:ui", version.ref = "composeMultiplatform" } |
26 | | -compose-multiplatform-material3 = { module = "org.jetbrains.compose.material3:material3", version.ref = "composeMultiplatform" } |
| 26 | +compose-multiplatform-material3 = { module = "org.jetbrains.compose.material3:material3", version = "1.9.0-beta06" } |
27 | 27 | compose-material-icons-core = { module = "org.jetbrains.compose.material:material-icons-core", version = "1.7.3" } |
28 | 28 | androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } |
29 | | -androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.10.1" } |
30 | | -compose-android-runtime = { module = "androidx.compose.runtime:runtime", version = "1.8.0" } |
31 | | -compose-android-foundation = { module = "androidx.compose.foundation:foundation", version = "1.8.0" } |
32 | | -compose-android-ui = { module = "androidx.compose.ui:ui", version = "1.8.0" } |
33 | | -compose-android-material3 = { module = "androidx.compose.material3:material3", version = "1.3.2" } |
| 29 | +androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.11.0" } |
| 30 | +compose-android-runtime = { module = "androidx.compose.runtime:runtime", version = "1.9.2" } |
| 31 | +compose-android-foundation = { module = "androidx.compose.foundation:foundation", version = "1.9.2" } |
| 32 | +compose-android-ui = { module = "androidx.compose.ui:ui", version = "1.9.2" } |
| 33 | +compose-android-material3 = { module = "androidx.compose.material3:material3", version = "1.4.0" } |
0 commit comments