File tree 4 files changed +460
-280
lines changed
4 files changed +460
-280
lines changed Original file line number Diff line number Diff line change 1
- import org.jetbrains.compose.ExperimentalComposeLibrary
2
1
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
3
2
import 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
5
4
6
5
plugins {
7
6
alias(libs.plugins.kotlinMultiplatform)
@@ -46,7 +45,7 @@ kotlin {
46
45
}
47
46
48
47
compilerOptions {
49
- languageVersion.set(KOTLIN_1_9 )
48
+ languageVersion.set(KOTLIN_2_0 )
50
49
}
51
50
52
51
sourceSets {
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ androidx-core-ktx = "1.12.0"
10
10
androidx-espresso-core = " 3.5.1"
11
11
androidx-material = " 1.11.0"
12
12
androidx-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 "
16
16
composeWindowSize = " 0.5.0"
17
- imageLoader = " 1.7.7 "
17
+ imageLoader = " 1.7.8 "
18
18
junit = " 4.13.2"
19
- koalaplot = " 0.5.1 "
19
+ koalaplot = " 0.5.3 "
20
20
koin = " 3.6.0-alpha3"
21
21
koinCompose = " 1.2.0-alpha3"
22
- kotlin = " 2.0.0-Beta3 "
22
+ kotlin = " 2.0.0-RC1 "
23
23
kotlinx-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 "
27
27
ktor = " 3.0.0-wasm2"
28
28
treemapChart = " 0.1.1"
29
29
voyager = " 1.1.0-alpha03"
You can’t perform that action at this time.
0 commit comments