2022-06-07 09:17:21 +00:00
|
|
|
[versions]
|
|
|
|
|
|
|
|
kotlin = "1.6.21"
|
|
|
|
kotlin-gradle-plugin = "7.0.4"
|
|
|
|
|
|
|
|
dexcount = "3.1.0"
|
|
|
|
junit_version = "4.12"
|
|
|
|
test_ext_junit_version = "1.1.2"
|
|
|
|
espresso_core = "3.3.0"
|
|
|
|
|
|
|
|
android-minSdk = "21"
|
|
|
|
android-compileSdk = "32"
|
|
|
|
android-buildTools = "32.0.0"
|
|
|
|
|
2022-06-07 16:22:28 +00:00
|
|
|
github-release = "2.3.7"
|
|
|
|
|
2022-06-07 09:17:21 +00:00
|
|
|
[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 = "kotlin" }
|
2022-06-07 16:22:28 +00:00
|
|
|
github-release = { module = "com.github.breadmoirai:github-release", version.ref = "github-release" }
|
2022-06-07 09:17:21 +00:00
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|
|
|
|
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
2022-06-07 14:02:59 +00:00
|
|
|
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
|