Skip to content

Commit

Permalink
🚧 Kotlin 2.0.0-Beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Feb 24, 2024
1 parent 84e2714 commit e1bb5d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidxActivity = "1.8.0"
androidxAppCompat = "1.6.1"
androidxBrowser = "1.6.0"
androidxComposeBom = "2023.10.01"
androidxComposeCompiler = "1.5.7"
androidxComposeCompiler = "1.5.11-dev-k2.0.0-Beta4-21f5e479a96"
androidxComposeRuntimeTracing = "1.0.0-beta01"
androidxCore = "1.12.0"
androidxCoreSplashscreen = "1.0.1"
Expand Down Expand Up @@ -40,11 +40,11 @@ hilt = "2.50"
hiltExt = "1.1.0"
jacoco = "0.8.7"
junit4 = "4.13.2"
kotlin = "1.9.21"
kotlin = "2.0.0-Beta4"
kotlinxCoroutines = "1.7.3"
kotlinxDatetime = "0.5.0"
kotlinxSerializationJson = "1.6.0"
ksp = "1.9.21-1.0.16"
ksp = "2.0.0-Beta4-1.0.17"
okhttp = "4.12.0"
protobuf = "3.25.2"
protobufPlugin = "0.9.4"
Expand Down
9 changes: 9 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()

// Pre-release artifacts of compose-compiler
// https://androidx.dev/storage/compose-compiler/repository
maven("https://androidx.dev/storage/compose-compiler/repository/") {
name = "compose-compiler-dev"
content {
includeGroup("androidx.compose.compiler")
}
}
}
}
rootProject.name = "nowinandroid"
Expand Down

0 comments on commit e1bb5d8

Please sign in to comment.