Skip to content

Commit

Permalink
Use one compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic committed Nov 21, 2024
1 parent 838b3aa commit 52bf157
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[versions]
compose = "1.5.8"
compose-plugin = "1.6.11"
compose = "1.6.11"
agp = "8.1.4"
android-minSdk = "24"
android-compileSdk = "34"
Expand Down Expand Up @@ -37,4 +36,4 @@ androidApplication = { id = "com.android.application", version.ref = "agp" }
androidLibrary = { id = "com.android.library", version.ref = "agp" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
pluginCompose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose" }

0 comments on commit 52bf157

Please sign in to comment.