mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-10-31 21:43:50 +00:00
23 lines
949 B
TOML
23 lines
949 B
TOML
[versions]
|
|
|
|
kt = "1.7.20"
|
|
jb-compose = "1.2.2"
|
|
jb-dokka = "1.7.20"
|
|
gh-release = "2.4.1"
|
|
|
|
[libraries]
|
|
|
|
kt-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kt" }
|
|
kt-test-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kt" }
|
|
kt-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kt" }
|
|
|
|
buildscript-kt-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kt" }
|
|
buildscript-kt-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kt" }
|
|
buildscript-jb-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "jb-dokka" }
|
|
buildscript-gh-release = { module = "com.github.breadmoirai:github-release", version.ref = "gh-release" }
|
|
|
|
[plugins]
|
|
|
|
kt-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kt" }
|
|
jb-compose = { id = "org.jetbrains.compose", version.ref = "jb-compose" }
|