2022-01-12 07:37:46 +00:00
|
|
|
[versions]
|
|
|
|
|
2023-02-28 06:21:43 +00:00
|
|
|
kt = "1.8.10"
|
2023-03-10 09:06:55 +00:00
|
|
|
jb-compose = "1.3.1"
|
2023-03-05 08:37:57 +00:00
|
|
|
jb-dokka = "1.8.10"
|
2022-07-24 06:05:31 +00:00
|
|
|
gh-release = "2.4.1"
|
2022-01-12 07:37:46 +00:00
|
|
|
|
|
|
|
[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" }
|
2022-01-12 08:34:24 +00:00
|
|
|
buildscript-gh-release = { module = "com.github.breadmoirai:github-release", version.ref = "gh-release" }
|
2022-01-12 07:37:46 +00:00
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|
2022-01-13 13:56:39 +00:00
|
|
|
kt-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kt" }
|
2022-01-12 07:37:46 +00:00
|
|
|
jb-compose = { id = "org.jetbrains.compose", version.ref = "jb-compose" }
|