Skip to content

Commit

Permalink
Use Kotlin2
Browse files Browse the repository at this point in the history
Kotlin 1.9.21 and 1.9.22 do have an issue where inline properties break.
  • Loading branch information
janseeger committed Mar 6, 2024
1 parent 83b66af commit d067e90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.3.0"
kotlin = "1.9.22"
compose-compiler = "1.5.8"
kotlin = "2.0.0-Beta4"
compose-compiler = "1.5.11-dev-k2.0.0-Beta4-21f5e479a96"

android-support-annotations = "28.0.0"
androidx-activity = "1.8.2"
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven("https://androidx.dev/storage/compose-compiler/repository")
}
}

Expand Down

0 comments on commit d067e90

Please sign in to comment.