Skip to content

Commit b0413ab

Browse files
committed
Cleanup version enforcement
1 parent 687ded2 commit b0413ab

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ dependencies {
8484
val dependencyVersions = listOf(
8585
"net.bytebuddy:byte-buddy:1.12.17",
8686
"net.bytebuddy:byte-buddy-agent:1.12.17",
87-
"org.jetbrains.kotlin:kotlin-reflect:1.7.10",
88-
"org.jetbrains.kotlin:kotlin-stdlib:1.7.10",
89-
"org.jetbrains.kotlin:kotlin-stdlib-common:1.7.20",
90-
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.20",
91-
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20",
92-
"org.jetbrains.kotlin:kotlin-test:1.7.10",
93-
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4",
94-
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4",
95-
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.4",
96-
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4",
97-
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4",
9887
)
9988

10089
val dependencyGroupVersions = mapOf(

0 commit comments

Comments
 (0)