Skip to content

Commit edcba89

Browse files
committed
Simplify version catalogs
1 parent df44c07 commit edcba89

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
kotlin = "2.1.0"
33
androidGradlePlugin = "8.10.1"
44
composeMultiplatform = "1.8.0"
5-
composeAndroid = "1.8.0"
65

76
[plugins]
87
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
@@ -28,7 +27,7 @@ compose-multiplatform-material3 = { module = "org.jetbrains.compose.material3:ma
2827
compose-material-icons-core = { module = "org.jetbrains.compose.material:material-icons-core", version = "1.7.3" }
2928
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
3029
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.10.1" }
31-
compose-android-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "composeAndroid" }
32-
compose-android-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "composeAndroid" }
33-
compose-android-ui = { module = "androidx.compose.ui:ui", version.ref = "composeAndroid" }
30+
compose-android-runtime = { module = "androidx.compose.runtime:runtime", version = "1.8.0" }
31+
compose-android-foundation = { module = "androidx.compose.foundation:foundation", version = "1.8.0" }
32+
compose-android-ui = { module = "androidx.compose.ui:ui", version = "1.8.0" }
3433
compose-android-material3 = { module = "androidx.compose.material3:material3", version = "1.3.2" }

0 commit comments

Comments
 (0)