53 lines
3.2 KiB
TOML
53 lines
3.2 KiB
TOML
[versions]
|
|
agp = "9.0.0"
|
|
coreKtx = "1.17.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.3.0"
|
|
espressoCore = "3.7.0"
|
|
lifecycleRuntimeKtx = "2.10.0"
|
|
activityCompose = "1.12.2"
|
|
kotlin = "2.3.0"
|
|
koin = "4.1.1"
|
|
composeBom = "2026.01.00"
|
|
appcompat = "1.7.1"
|
|
material = "1.13.0"
|
|
lumoVersion = "1.2.5"
|
|
webgpu = "1.0.0-alpha03"
|
|
nomanrComposables = "1.1.1"
|
|
|
|
[libraries]
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
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-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
|
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
androidx-compose-material = { group = "androidx.compose.material", name = "material" }
|
|
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
|
|
androidx-compose-animation = { group = "androidx.compose.animation", name = "animation" }
|
|
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }
|
|
androidx-compose-material-icons = { group = "androidx.compose.material", name = "material-icons-extended" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
koin-bom = { group = "io.insert-koin", name = "koin-bom", version.ref = "koin" }
|
|
koin-core = { group = "io.insert-koin", name = "koin-core" }
|
|
koin-android = { group = "io.insert-koin", name = "koin-android" }
|
|
koin-androidx-compose = { group = "io.insert-koin", name = "koin-androidx-compose" }
|
|
koin-androidx-compose-navigation = { group = "io.insert-koin", name = "koin-androidx-compose-navigation" }
|
|
androidx-webgpu = { group = "androidx.webgpu", name = "webgpu", version.ref = "webgpu" }
|
|
nomanr-composables = { group = "com.nomanr", name = "composables", version.ref = "nomanrComposables" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
lumo = { id = "com.nomanr.plugin.lumo", version.ref = "lumoVersion" }
|