mirror of
https://github.com/jlengrand/ExtraTestModuleExample.git
synced 2026-03-10 08:21:18 +00:00
27 lines
1.5 KiB
TOML
27 lines
1.5 KiB
TOML
[versions]
|
|
androidx-lifecycle = "2.8.4"
|
|
compose-multiplatform = "1.7.3"
|
|
junit = "4.13.2"
|
|
junit5 = "5.8.1"
|
|
kotlin = "2.1.20"
|
|
kotlinx-coroutines = "1.10.2"
|
|
serialization = "1.8.0"
|
|
kbsky = "0.3.0"
|
|
|
|
[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" }
|
|
junit5 = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit5"}
|
|
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" }
|
|
kotlinx-coroutines-swing = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" }
|
|
serialization = {group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization"}
|
|
kbsky-core = { module = "work.socialhub.kbsky:core", version.ref = "kbsky" }
|
|
|
|
|
|
[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" }
|
|
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } |