Add stdlib to composite build of Kotlin + Kotlin/Native
This commit is contained in:
committed by
Pavel Punegov
parent
e436e7cf61
commit
d90a92ae06
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
val sources by configurations.creating
|
||||
|
||||
dependencies {
|
||||
sources(project(":kotlin-stdlib-common", configuration = "sources"))
|
||||
}
|
||||
|
||||
artifacts {
|
||||
add("runtime", provider { sources.singleFile })
|
||||
}
|
||||
Reference in New Issue
Block a user