11[versions ]
22android-gradle-plugin = " 9.0.0"
3- androidx-activity-compose = " 1.12.3 "
3+ androidx-activity-compose = " 1.12.4 "
44compose-hotReload = " 1.0.0"
55compose-plugin = " 1.10.1"
66cryptography = " 0.5.0"
@@ -15,6 +15,8 @@ miuix = "0.8.1"
1515
1616[libraries ]
1717androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activity-compose" }
18+ compose-ui = { module = " org.jetbrains.compose.ui:ui" , version.ref = " compose-plugin" }
19+ compose-components-resources = { module = " org.jetbrains.compose.components:components-resources" , version.ref = " compose-plugin" }
1820cryptography-core = { module = " dev.whyoleg.cryptography:cryptography-core" , version.ref = " cryptography" }
1921cryptography-provider-apple = { module = " dev.whyoleg.cryptography:cryptography-provider-apple" , version.ref = " cryptography" }
2022cryptography-provider-jdk = { module = " dev.whyoleg.cryptography:cryptography-provider-jdk" , version.ref = " cryptography" }
@@ -31,8 +33,6 @@ ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "kto
3133ktor-client-js = { module = " io.ktor:ktor-client-js" , version.ref = " ktor-client" }
3234miuix = { module = " top.yukonga.miuix.kmp:miuix" , version.ref = " miuix" }
3335miuix-icons = { module = " top.yukonga.miuix.kmp:miuix-icons" , version.ref = " miuix" }
34- ui = { module = " org.jetbrains.compose.ui:ui" , version.ref = " compose-plugin" }
35- components-resources = { module = " org.jetbrains.compose.components:components-resources" , version.ref = " compose-plugin" }
3636
3737[plugins ]
3838android-application = { id = " com.android.application" , version.ref = " android-gradle-plugin" }
0 commit comments