Build: Fix pom runtime scope for kotlin-klib-commonizer

This commit is contained in:
Vyacheslav Gerasimov
2020-06-04 13:53:30 +03:00
parent a5e9e1e9be
commit 3e3afac407
+3 -1
View File
@@ -8,7 +8,9 @@ description = "Kotlin KLIB Library Commonizer"
publish()
configurations {
runtimeOnly.get().extendsFrom(compileOnly.get())
testRuntimeOnly {
extendsFrom(compileOnly.get())
}
}
dependencies {