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
@@ -10,6 +10,7 @@ pill {
}
dependencies {
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
commonApi(project(":kotlin-gradle-plugin-model"))
commonCompileOnly(project(":compiler"))