Skip to content

Commit

Permalink
Kotlin 2.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Nov 16, 2023
1 parent a28a586 commit 9d9eacd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
android.useAndroidX=true


kotlin.experimental.tryK2=false
kotlin.experimental.tryK2=true
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
kotlin = "1.9.20"
ksp = "1.9.20-1.0.13"
kotlin = "2.0.0-Beta1"
ksp = "2.0.0-Beta1-1.0.14"
coroutines = "1.7.3"
androidGradlePlugin = "8.1.2"
androidGradlePlugin = "8.1.4"
koin = "3.5.0"
koinCompose = "3.5.0"
apollo = "3.8.2"
kmpNativeCoroutines = "1.0.0-ALPHA-18"

androidxActivity = "1.8.0"
androidxComposeCompiler = "1.5.4-dev-k1.9.20-50f08dfa4b4"
androidxComposeCompiler = "1.5.5-dev-k2.0.0-Beta1-06b8ae672a4"
androidxComposeBom = "2023.10.01"
androidxNavigationCompose = "2.7.4"
androidxNavigationCompose = "2.7.5"
accompanist = "0.30.1"
horologist = "0.5.9"
wearCompose = "1.2.1"
Expand Down

0 comments on commit 9d9eacd

Please sign in to comment.