Skip to content

Commit

Permalink
Added the JVM Dependency Conflict Detection and Resolution Gradle plu…
Browse files Browse the repository at this point in the history
…gins to the plugins platform.
  • Loading branch information
ianbrandt committed Aug 28, 2024
1 parent a2070c8 commit 0b73ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/plugins-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ group = "org.sdkotlin.platforms"
dependencies {
constraints {
api(libs.dependency.analysis.gradle.plugin.dependency)
api(libs.jvm.dependency.conflict.resolution.gradle.plugin.dependency)
api(libs.kotlin.gradle.plugin.dependency)
api(libs.ksp.gradle.plugin.dependency)
}
Expand Down

0 comments on commit 0b73ecf

Please sign in to comment.