25 lines
No EOL
1.3 KiB
TOML
25 lines
No EOL
1.3 KiB
TOML
[versions]
|
|
appcompat = "1.7.0"
|
|
core-ktx = "1.15.0"
|
|
kotlin = "2.0.21"
|
|
compose-plugin = "1.7.0"
|
|
navigation-compose = "2.7.0-alpha07"
|
|
androidx-activity-compose = "1.9.3"
|
|
agp = "8.7.2"
|
|
window = "1.3.0"
|
|
material3-android = "1.3.1"
|
|
|
|
[libraries]
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" }
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
androidx-window = { module = "androidx.window:window", version.ref = "window" }
|
|
navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
|
|
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3-android" }
|
|
|
|
[plugins]
|
|
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
compose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |