17 lines
957 B
TOML
17 lines
957 B
TOML
|
|
[versions]
|
||
|
|
androidx-lifecycle = "2.8.3"
|
||
|
|
compose-multiplatform = "1.7.0"
|
||
|
|
junit = "4.13.2"
|
||
|
|
kotlin = "2.0.21"
|
||
|
|
|
||
|
|
[libraries]
|
||
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
||
|
|
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
||
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||
|
|
androidx-lifecycle-viewmodel = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-viewmodel", version.ref = "androidx-lifecycle" }
|
||
|
|
androidx-lifecycle-runtime-compose = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidx-lifecycle" }
|
||
|
|
|
||
|
|
[plugins]
|
||
|
|
composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform" }
|
||
|
|
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|