formconductor/gradle/libs.versions.toml
2026-08-28 00:10:56 +02:00

20 lines
972 B
TOML

[versions]
agp = "9.3.2"
kotlinReflect = "1.7.10"
kotlin = "2.4.10"
kotlinxCoroutinesCore = "1.11.0"
composeBom = "2026.06.01"
[libraries]
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlinReflect" }
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
# Compose BOM — controls versions for all androidx.compose.* artifacts below
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime" }
[plugins]
android-library = { id = "com.android.library", version.ref = "agp" }
jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }