Skip to content

Commit

Permalink
Merge pull request #73 from joreilly/1_9_0_RC
Browse files Browse the repository at this point in the history
Kotlin 1.9.0-RC + other dependency updates
  • Loading branch information
joreilly authored Jun 24, 2023
2 parents b6f197b + 1d9c1e0 commit dab257f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@

object Versions {
const val kotlin = "1.9.0-Beta"
const val kspPlugin = "1.9.0-Beta-1.0.11"
const val kotlin = "1.9.0-RC"
const val kspPlugin = "1.9.0-RC-1.0.11"
const val kotlinCoroutines = "1.7.1"
const val ktor = "2.3.0"
const val kotlinxSerialization = "1.5.1"
const val koinCore = "3.4.0"
const val koinAndroid = "3.4.0"
const val koinAndroidCompose = "3.4.4"

const val kmpNativeCoroutinesVersion = "1.0.0-ALPHA-10"
const val kmpNativeCoroutinesVersion = "1.0.0-ALPHA-11-kotlin-1.9.0-RC"
const val kmmViewModel = "1.0.0-ALPHA-9"

const val compose = "1.4.3"
const val composeCompiler = "1.4.7-dev-k1.9.0-Beta-bb7dc8b44eb"
const val composeCompiler = "1.4.8-dev-k1.9.0-RC-5532d15c918"
const val navCompose = "2.5.3"
const val composeMaterial3 = "1.1.0"
const val composeDesktop = "1.4.0"
Expand Down

0 comments on commit dab257f

Please sign in to comment.