Build: Use runtimeOnly instead of deprecated runtime
maven-publish plugin uses `runtimeOnly` for runtime scope instead of `runtime`
This commit is contained in:
@@ -6,8 +6,8 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
embedded(project(":native:kotlin-klib-commonizer")) { isTransitive = false }
|
||||
runtime(kotlinStdlib())
|
||||
runtime(project(":kotlin-compiler-embeddable"))
|
||||
runtimeOnly(kotlinStdlib())
|
||||
runtimeOnly(project(":kotlin-compiler-embeddable"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user