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 })
|
||||
}
|
||||
@@ -198,6 +198,7 @@ include ":kotlin-build-common",
|
||||
":libraries:kotlin-prepush-hook",
|
||||
":libraries:tools:mutability-annotations-compat",
|
||||
":include:kotlin-compiler",
|
||||
":include:kotlin-stdlib-common-sources",
|
||||
":plugins:jvm-abi-gen",
|
||||
":usage-statistics",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user