45 lines
2.8 KiB
TOML
45 lines
2.8 KiB
TOML
[versions]
|
|
activityCompose = "1.10.1"
|
|
agp = "8.9.2"
|
|
kotlin = "2.0.21"
|
|
coreKtx = "1.10.1"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.1.5"
|
|
espressoCore = "3.5.1"
|
|
appcompat = "1.6.1"
|
|
material = "1.10.0"
|
|
constraintlayout = "2.1.4"
|
|
navigationFragmentKtx = "2.6.0"
|
|
navigationUiKtx = "2.6.0"
|
|
runtimeAndroid = "1.8.1"
|
|
uiToolingPreviewAndroid = "1.8.1"
|
|
material3Android = "1.3.2"
|
|
|
|
[libraries]
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
androidx-adaptive = { module = "androidx.compose.material3.adaptive:adaptive" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core" }
|
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
|
androidx-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
|
|
androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version = "1.12.0" }
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigationFragmentKtx" }
|
|
androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigationUiKtx" }
|
|
androidx-runtime-android = { group = "androidx.compose.runtime", name = "runtime-android", version.ref = "runtimeAndroid" }
|
|
androidx-ui-tooling-preview-android = { group = "androidx.compose.ui", name = "ui-tooling-preview-android", version.ref = "uiToolingPreviewAndroid" }
|
|
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
|
|
material3 = { module = "androidx.compose.material3:material3" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|