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