@@ -7,7 +7,7 @@ junit = "4.13.2"
77junitVersion = " 1.3.0"
88espressoCore = " 3.7.0"
99appcompat = " 1.7.1"
10- kotlinxCoroutinesTest = " 1.10.2"
10+ kotlinxCoroutines = " 1.10.2"
1111lintApi = " 31.12.0"
1212material = " 1.12.0"
1313jetbrainsKotlinJvm = " 2.2.0"
@@ -25,7 +25,8 @@ detekt = "1.23.8"
2525spotless = " 7.2.1"
2626kover = " 0.9.1"
2727sonarqube = " 6.0.1.5171"
28-
28+ kotlinDokka = " 1.9.20"
29+ nexusPlugin = " 1.3.0"
2930
3031[libraries ]
3132androidx-core = { module = " androidx.test:core" , version.ref = " core" }
@@ -35,7 +36,8 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
3536androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
3637androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
3738androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
38- kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " kotlinxCoroutinesTest" }
39+ kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinxCoroutines" }
40+ kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " kotlinxCoroutines" }
3941lint-api = { module = " com.android.tools.lint:lint-api" , version.ref = " lintApi" }
4042lint-checks = { module = " com.android.tools.lint:lint-checks" , version.ref = " lintApi" }
4143lint-tests = { module = " com.android.tools.lint:lint-tests" , version.ref = " lintApi" }
@@ -63,7 +65,6 @@ retrofit-moshi = { group = "com.squareup.retrofit2", name = "converter-moshi", v
6365retrofit-scalars = { group = " com.squareup.retrofit2" , name = " converter-scalars" , version.ref = " retrofit" }
6466robolectric = { module = " org.robolectric:robolectric" , version.ref = " robolectric" }
6567
66-
6768[plugins ]
6869android-application = { id = " com.android.application" , version.ref = " agp" }
6970kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
@@ -73,6 +74,8 @@ kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "ko
7374ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
7475arturbosch-detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
7576spotless = { id = " com.diffplug.spotless" , version.ref = " spotless" }
77+ dokka = { id = " org.jetbrains.dokka" , version.ref = " kotlinDokka" }
78+ nexus = { id = " io.github.gradle-nexus.publish-plugin" , version.ref = " nexusPlugin" }
7679kover = { id = " org.jetbrains.kotlinx.kover" , version.ref = " kover" }
7780sonarqube = { id = " org.sonarqube" , version.ref = " sonarqube" }
7881
0 commit comments