Skip to content

Commit a4af447

Browse files
authored
Merge pull request #127 from joreilly/kotlin_2_0_beta
Kotlin 2.0 beta
2 parents a28a586 + 9d9eacd commit a4af447

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
1919
android.useAndroidX=true
2020

2121

22-
kotlin.experimental.tryK2=false
22+
kotlin.experimental.tryK2=true

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[versions]
2-
kotlin = "1.9.20"
3-
ksp = "1.9.20-1.0.13"
2+
kotlin = "2.0.0-Beta1"
3+
ksp = "2.0.0-Beta1-1.0.14"
44
coroutines = "1.7.3"
5-
androidGradlePlugin = "8.1.2"
5+
androidGradlePlugin = "8.1.4"
66
koin = "3.5.0"
77
koinCompose = "3.5.0"
88
apollo = "3.8.2"
99
kmpNativeCoroutines = "1.0.0-ALPHA-18"
1010

1111
androidxActivity = "1.8.0"
12-
androidxComposeCompiler = "1.5.4-dev-k1.9.20-50f08dfa4b4"
12+
androidxComposeCompiler = "1.5.5-dev-k2.0.0-Beta1-06b8ae672a4"
1313
androidxComposeBom = "2023.10.01"
14-
androidxNavigationCompose = "2.7.4"
14+
androidxNavigationCompose = "2.7.5"
1515
accompanist = "0.30.1"
1616
horologist = "0.5.9"
1717
wearCompose = "1.2.1"

0 commit comments

Comments
 (0)