Add stdlib to composite build of Kotlin + Kotlin/Native
This commit is contained in:
committed by
Pavel Punegov
parent
d5ef601658
commit
e92cfac405
@@ -40,6 +40,7 @@ if (hasProperty("kotlinProjectPath")) {
|
||||
includeBuild(kotlinProjectPath) {
|
||||
dependencySubstitution {
|
||||
substitute module('org.jetbrains.kotlin:kotlin-compiler') with project(':include:kotlin-compiler')
|
||||
substitute module("org.jetbrains.kotlin:kotlin-stdlib-common:$kotlinVersion") with project(':include:kotlin-stdlib-common-sources')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user