Skip to content

Commit

Permalink
chore: remove dependency on jetbrains.kotlin.jvm.gradle.plugin in bui…
Browse files Browse the repository at this point in the history
…ld-logic-commons
  • Loading branch information
vlsi committed Nov 24, 2023
1 parent 9b4221a commit 05a71a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build-logic-commons/gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ dependencies {
// to make it work.
// See https://github.com/gradle/gradle/issues/17016 regarding expectedKotlinDslPluginsVersion
implementation("org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:$expectedKotlinDslPluginsVersion")
// It seems to be the best way to make KotlinCompile available for use in build-logic.kotlin-dsl-gradle-plugin.gradle.kts
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:$embeddedKotlinVersion")
}

// We need to figure out a version that is supported by the current JVM, and by the Kotlin Gradle plugin
Expand Down

0 comments on commit 05a71a0

Please sign in to comment.