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:
committed by
Space Team
parent
7d881842b4
commit
b9aac83135
@@ -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 })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user