File tree Expand file tree Collapse file tree 4 files changed +460
-280
lines changed Expand file tree Collapse file tree 4 files changed +460
-280
lines changed Original file line number Diff line number Diff line change 1- import org.jetbrains.compose.ExperimentalComposeLibrary
21import org.jetbrains.compose.desktop.application.dsl.TargetFormat
32import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
4- import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9
3+ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_0
54
65plugins {
76 alias(libs.plugins.kotlinMultiplatform)
@@ -46,7 +45,7 @@ kotlin {
4645 }
4746
4847 compilerOptions {
49- languageVersion.set(KOTLIN_1_9 )
48+ languageVersion.set(KOTLIN_2_0 )
5049 }
5150
5251 sourceSets {
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ androidx-core-ktx = "1.12.0"
1010androidx-espresso-core = " 3.5.1"
1111androidx-material = " 1.11.0"
1212androidx-test-junit = " 1.1.5"
13- compose = " 1.6.2 "
14- compose-compiler = " 1.5.6-dev2-kt2 .0.0-Beta3 "
15- compose-plugin = " 1.6.0 "
13+ compose = " 1.6.5 "
14+ compose-compiler = " 1.5.11-kt-2 .0.0-RC1 "
15+ compose-plugin = " 1.6.2 "
1616composeWindowSize = " 0.5.0"
17- imageLoader = " 1.7.7 "
17+ imageLoader = " 1.7.8 "
1818junit = " 4.13.2"
19- koalaplot = " 0.5.1 "
19+ koalaplot = " 0.5.3 "
2020koin = " 3.6.0-alpha3"
2121koinCompose = " 1.2.0-alpha3"
22- kotlin = " 2.0.0-Beta3 "
22+ kotlin = " 2.0.0-RC1 "
2323kotlinx-coroutines = " 1.8.0"
24- kmpNativeCoroutines = " 1.0.0-ALPHA-24 -kotlin-2.0.0-Beta3 "
25- kmmViewModel = " 1.0.0-ALPHA-18 -kotlin-2.0.0-Beta3 "
26- ksp = " 2.0.0-Beta3 -1.0.17 "
24+ kmpNativeCoroutines = " 1.0.0-ALPHA-28 -kotlin-2.0.0-RC1 "
25+ kmmViewModel = " 1.0.0-ALPHA-20 -kotlin-2.0.0-RC1 "
26+ ksp = " 2.0.0-RC1 -1.0.20 "
2727ktor = " 3.0.0-wasm2"
2828treemapChart = " 0.1.1"
2929voyager = " 1.1.0-alpha03"
You can’t perform that action at this time.
0 commit comments