mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-11-10 18:23:47 +00:00
45 lines
1.8 KiB
TOML
45 lines
1.8 KiB
TOML
[versions]
|
|
|
|
kotlin = "1.9.20-RC"
|
|
kotlin-gradle-plugin = "8.1.2"
|
|
|
|
versions = "0.48.0"
|
|
|
|
dokka = "1.9.10"
|
|
|
|
dexcount = "4.0.0"
|
|
junit_version = "4.12"
|
|
test_ext_junit_version = "1.1.5"
|
|
espresso_core = "3.5.1"
|
|
|
|
android-minSdk = "21"
|
|
android-compileSdk = "34"
|
|
android-buildTools = "34.0.0"
|
|
|
|
github-release = "2.4.1"
|
|
|
|
[libraries]
|
|
|
|
kotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
|
kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
|
|
kotlin-test-annotations-common = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }
|
|
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
|
kotlin-test-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
|
|
android-test-junit = { module = "androidx.test.ext:junit", version.ref = "test_ext_junit_version" }
|
|
android-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso_core" }
|
|
|
|
# buildscript classpaths
|
|
|
|
android-tools-build = { module = "com.android.tools.build:gradle", version.ref = "kotlin-gradle-plugin" }
|
|
android-dexcount = { module = "com.getkeepsafe.dexcount:dexcount-gradle-plugin", version.ref = "dexcount" }
|
|
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
kotlin-dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" }
|
|
github-release = { module = "com.github.breadmoirai:github-release", version.ref = "github-release" }
|
|
|
|
[plugins]
|
|
|
|
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
|
|
|
|
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }
|