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 6d8a3c5 commit 6ea7da1Copy full SHA for 6ea7da1
model-api-gen-gradle/build.gradle.kts
@@ -8,9 +8,6 @@ plugins {
8
}
9
10
dependencies {
11
- // Align versions of all Kotlin components
12
- implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
13
-
14
// Use the Kotlin JDK 8 standard library.
15
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
16
0 commit comments