@@ -3,24 +3,23 @@ agp = "8.2.2"
33android-compileSdk = " 34"
44android-minSdk = " 24"
55android-targetSdk = " 34"
6- androidx-activityCompose = " 1.8.2 "
6+ androidx-activityCompose = " 1.9.0 "
77androidx-appcompat = " 1.6.1"
88androidx-constraintlayout = " 2.1.4"
9- androidx-core-ktx = " 1.12 .0"
9+ androidx-core-ktx = " 1.13 .0"
1010androidx-espresso-core = " 3.5.1"
1111androidx-material = " 1.11.0"
1212androidx-test-junit = " 1.1.5"
13- compose = " 1.6.5"
14- compose-compiler = " 1.5.11-kt-2.0.0-RC1"
15- compose-plugin = " 1.6.2"
13+ compose = " 1.6.6"
14+ compose-plugin = " 1.6.10-beta03"
1615composeWindowSize = " 0.5.0"
1716harawata-appdirs = " 1.2.1"
1817imageLoader = " 1.7.8"
1918junit = " 4.13.2"
2019koalaplot = " 0.5.3"
2120koin = " 3.6.0-alpha3"
2221koinCompose = " 1.2.0-alpha3"
23- kotlin = " 2.0.0-RC1 "
22+ kotlin = " 2.0.0-RC2 "
2423kotlinx-coroutines = " 1.8.0"
2524kmpNativeCoroutines = " 1.0.0-ALPHA-28-kotlin-2.0.0-RC1"
2625kmmViewModel = " 1.0.0-ALPHA-20-kotlin-2.0.0-RC1"
@@ -32,22 +31,10 @@ voyager= "1.1.0-alpha03"
3231
3332
3433[libraries ]
35- kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
36- kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
37- junit = { group = " junit" , name = " junit" , version.ref = " junit" }
38- androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " androidx-core-ktx" }
39- androidx-test-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " androidx-test-junit" }
40- androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " androidx-espresso-core" }
41- androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " androidx-appcompat" }
42- androidx-material = { group = " com.google.android.material" , name = " material" , version.ref = " androidx-material" }
43- androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " androidx-constraintlayout" }
4434androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityCompose" }
4535
46- compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
4736compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose" }
4837compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" , version.ref = " compose" }
49- compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " compose" }
50- compose-material = { module = " androidx.compose.material:material" , version.ref = " compose" }
5138compose-window-size = { module = " dev.chrisbanes.material3:material3-window-size-class-multiplatform" , version.ref = " composeWindowSize" }
5239
5340koin-android = { module = " io.insert-koin:koin-android" , version.ref = " koin" }
@@ -62,7 +49,6 @@ kstore = { module = "io.github.xxfast:kstore", version.ref = "kstore" }
6249kstore-file = { module = " io.github.xxfast:kstore-file" , version.ref = " kstore" }
6350kstore-storage = { module = " io.github.xxfast:kstore-storage" , version.ref = " kstore" }
6451
65- ktor = { group = " io.ktor" , name = " ktor" , version.ref = " ktor" }
6652ktor-client-core = { group = " io.ktor" , name = " ktor-client-core" , version.ref = " ktor" }
6753ktor-client-json = { group = " io.ktor" , name = " ktor-client-json" , version.ref = " ktor" }
6854ktor-client-logging = { group = " io.ktor" , name = " ktor-client-logging" , version.ref = " ktor" }
@@ -75,7 +61,6 @@ ktor-client-java = { group = "io.ktor", name = "ktor-client-java", version.ref =
7561
7662voyager = { module = " cafe.adriel.voyager:voyager-navigator" , version.ref = " voyager" }
7763harawata-appdirs = { module = " net.harawata:appdirs" , version.ref = " harawata-appdirs" }
78- imageLoader = { module = " io.github.qdsfdhvh:image-loader" , version.ref = " imageLoader" }
7964koalaplot = { module = " io.github.koalaplot:koalaplot-core" , version.ref = " koalaplot" }
8065treemap-chart = { module = " io.github.overpas:treemap-chart" , version.ref = " treemapChart" }
8166treemap-chart-compose = { module = " io.github.overpas:treemap-chart-compose" , version.ref = " treemapChart" }
@@ -89,6 +74,7 @@ ktor-common = ["ktor-client-core", "ktor-client-json", "ktor-client-logging", "k
8974androidApplication = { id = " com.android.application" , version.ref = " agp" }
9075androidLibrary = { id = " com.android.library" , version.ref = " agp" }
9176jetbrainsCompose = { id = " org.jetbrains.compose" , version.ref = " compose-plugin" }
77+ compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
9278kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
9379kotlinx-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
9480kmpNativeCoroutines = { id = " com.rickclephas.kmp.nativecoroutines" , version.ref = " kmpNativeCoroutines" }
0 commit comments