File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22kotlin = " 2.1.0"
33androidGradlePlugin = " 8.10.1"
44composeMultiplatform = " 1.8.0"
5- composeAndroid = " 1.8.0"
65
76[plugins ]
87kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
@@ -28,7 +27,7 @@ compose-multiplatform-material3 = { module = "org.jetbrains.compose.material3:ma
2827compose-material-icons-core = { module = " org.jetbrains.compose.material:material-icons-core" , version = " 1.7.3" }
2928androidx-appcompat = { module = " androidx.appcompat:appcompat" , version = " 1.7.1" }
3029androidx-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 " }
3433compose-android-material3 = { module = " androidx.compose.material3:material3" , version = " 1.3.2" }
You can’t perform that action at this time.
0 commit comments