b9aac83135
This should help with failed variants selection between different Kotlin Gradle plugins versions. ^KT-54691 In Progress
9 lines
161 B
Kotlin
9 lines
161 B
Kotlin
plugins {
|
|
id("gradle-plugin-dependency-configuration")
|
|
id("jps-compatible")
|
|
}
|
|
|
|
dependencies {
|
|
api(platform(project(":kotlin-gradle-plugins-bom")))
|
|
}
|