Skip to content

Commit

Permalink
use compose snapshot version to help build against 1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Nov 29, 2023
1 parent 39f69a6 commit a097abd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
mavenCentral()
mavenLocal()
maven { url "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" }
maven { url 'https://androidx.dev/snapshots/builds/11154287/artifacts/repository' }
}
dependencies {
// Kotlin
Expand Down
8 changes: 4 additions & 4 deletions compose/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ext {
koin_compose_version = "1.1.1-RC2"

// Compose
compose_compiler = "1.5.4"
compose_compiler = "1.5.5-dev-k1.9.21-163bb051fe5"

// JB Compose
jb_compose_version = "1.5.11"

// Forced Version to keep compat
kotlin_version = '1.9.20'
koin_version = '3.5.2-RC2'
koin_android_version = '3.5.2-RC2'
// kotlin_version = '1.9.20'
// koin_version = '3.5.2-RC2'
// koin_android_version = '3.5.2-RC2'
}

0 comments on commit a097abd

Please sign in to comment.