Skip to content

Commit

Permalink
Downgrade Compose Compiler to 2.0.10
Browse files Browse the repository at this point in the history
Using 2.0.20 causes the Bottom Sheets to be offset wrong, even if the calculations are correct
  • Loading branch information
alexstyl committed Oct 18, 2024
1 parent 699f9d3 commit b75f40b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[versions]
kotlin = "2.0.20"
compose = "1.7.0"
composecompiler = "2.0.10"
agp = "8.2.0"
composetheme = "1.2.0-alpha"
composeicons = "1.0.0"
Expand All @@ -13,5 +14,5 @@ composeicons = { module = "com.composables:icons-lucide", version.ref = "compose
[plugins]
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "composecompiler" }
android-application = { id = "com.android.application", version.ref = "agp" }

0 comments on commit b75f40b

Please sign in to comment.