Build: Fix pom runtime scope for kotlin-klib-commonizer
This commit is contained in:
@@ -8,7 +8,9 @@ description = "Kotlin KLIB Library Commonizer"
|
||||
publish()
|
||||
|
||||
configurations {
|
||||
runtimeOnly.get().extendsFrom(compileOnly.get())
|
||||
testRuntimeOnly {
|
||||
extendsFrom(compileOnly.get())
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user