We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396b042 commit 2cc7ae7Copy full SHA for 2cc7ae7
build.gradle.kts
@@ -78,6 +78,7 @@ val dependencyVersions = listOf(
78
)
79
80
val dependencyGroupVersions = mapOf(
81
+ "org.jetbrains.kotlin" to libs.versions.kotlin.get(),
82
"org.junit.jupiter" to libs.versions.junitJupiter.get(),
83
"org.junit.platform" to libs.versions.junitPlatform.get(),
84
0 commit comments