Add Kotlin Gradle plugins bom

This should help with failed variants selection between different Kotlin
 Gradle plugins versions.

 ^KT-54691 In Progress
This commit is contained in:
Yahor Berdnikau
2023-01-02 12:48:18 +01:00
committed by Space Team
parent 7d881842b4
commit b9aac83135
16 changed files with 65 additions and 4 deletions
@@ -5,6 +5,7 @@ plugins {
}
dependencies {
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
commonApi(project(":kotlin-gradle-plugin-annotations"))
commonApi(project(":native:kotlin-native-utils"))
commonApi(project(":kotlin-project-model"))
@@ -31,4 +32,4 @@ tasks {
apiBuild {
inputJar.value(jar.flatMap { it.archiveFile })
}
}
}