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
@@ -8,6 +8,7 @@ description = "Kotlin/Native utils"
|
||||
dependencies {
|
||||
compileOnly(kotlinStdlib())
|
||||
api(project(":kotlin-util-io"))
|
||||
api(platform(project(":kotlin-gradle-plugins-bom")))
|
||||
|
||||
testImplementation(commonDependency("junit:junit"))
|
||||
testImplementation(kotlinStdlib())
|
||||
|
||||
Reference in New Issue
Block a user