Skip to content

Commit 6ea7da1

Browse files
committed
build(model-api-gen-gradle): remove kotlin bom dependency
Versions are managed by the kotlin gradle plugin and the version toml.
1 parent 6d8a3c5 commit 6ea7da1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

model-api-gen-gradle/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ plugins {
88
}
99

1010
dependencies {
11-
// Align versions of all Kotlin components
12-
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
13-
1411
// Use the Kotlin JDK 8 standard library.
1512
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
1613

0 commit comments

Comments
 (0)