Skip to content

Commit

Permalink
🚧 Kotlin 1.9.20-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Oct 13, 2023
1 parent ab66972 commit abd464d
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -6,7 +6,7 @@ androidxActivity = "1.8.0"
androidxAppCompat = "1.6.1"
androidxBrowser = "1.6.0"
androidxComposeBom = "2023.10.00"
androidxComposeCompiler = "1.5.3"
androidxComposeCompiler = "1.5.4-dev-k1.9.20-Beta-692cbee7ddd"
androidxComposeRuntimeTracing = "1.0.0-alpha03"
androidxCore = "1.12.0"
androidxCoreSplashscreen = "1.0.1"
Expand Down Expand Up @@ -38,11 +38,11 @@ hilt = "2.48.1"
hiltExt = "1.0.0"
jacoco = "0.8.7"
junit4 = "4.13.2"
kotlin = "1.9.10"
kotlin = "1.9.20-Beta"
kotlinxCoroutines = "1.7.3"
kotlinxDatetime = "0.4.1"
kotlinxSerializationJson = "1.6.0"
ksp = "1.9.10-1.0.13"
ksp = "1.9.20-Beta-1.0.13"
lint = "31.1.2"
okhttp = "4.11.0"
protobuf = "3.24.4"
Expand Down
7 changes: 7 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
// Pre-release artifacts of compose-compiler
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 abd464d

Please sign in to comment.