Skip to content

Commit 2cc7ae7

Browse files
committed
Enforce consistent Kotlin modules versions
1 parent 396b042 commit 2cc7ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ val dependencyVersions = listOf(
7878
)
7979

8080
val dependencyGroupVersions = mapOf(
81+
"org.jetbrains.kotlin" to libs.versions.kotlin.get(),
8182
"org.junit.jupiter" to libs.versions.junitJupiter.get(),
8283
"org.junit.platform" to libs.versions.junitPlatform.get(),
8384
)

0 commit comments

Comments
 (0)