|
1 | 1 | [versions]
|
2 |
| -agp = "8.6.1" |
| 2 | +agp = "8.9.2" |
3 | 3 | androidx-activityCompose = "1.10.1"
|
4 | 4 | androidx-ui-tooling = "1.7.8"
|
5 |
| -coil = "3.1.0" |
6 |
| -compose-multiplatform = "1.7.3" |
7 |
| -koin = "4.0.3" |
8 |
| -kotlin = "2.1.20" |
9 |
| -ktor = "3.1.1" |
10 |
| -navigationCompose = "2.8.0-alpha11" |
| 5 | +coil = "3.2.0" |
| 6 | +compose-multiplatform = "1.8.0" |
| 7 | +koin = "4.1.0-Beta11" |
| 8 | +kotlin = "2.1.21" |
| 9 | +ktor = "3.1.3" |
| 10 | +materialIconsCore = "1.7.3" |
| 11 | +navigationCompose = "2.9.0-beta01" |
| 12 | +lifecycleCompose = "2.9.0-beta01" |
11 | 13 |
|
12 | 14 | [libraries]
|
13 | 15 | androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
14 | 16 | androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-ui-tooling" }
|
15 | 17 | androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "androidx-ui-tooling" }
|
16 | 18 | coil-compose = { group = "io.coil-kt.coil3", name = "coil-compose", version.ref = "coil" }
|
17 | 19 | coil-network-ktor = { group = "io.coil-kt.coil3", name = "coil-network-ktor3", version.ref = "coil" }
|
18 |
| -koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" } |
19 | 20 | koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin" }
|
| 21 | +koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" } |
20 | 22 | ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
|
21 | 23 | ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
22 | 24 | ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
|
23 | 25 | ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
|
24 | 26 | ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
| 27 | +lifecycle-runtime-compose = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "lifecycleCompose" } |
| 28 | +material-icons-core = { module = "org.jetbrains.compose.material:material-icons-core", version.ref = "materialIconsCore" } |
25 | 29 | navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
26 | 30 |
|
27 | 31 | [plugins]
|
|
0 commit comments