Add stdlib to composite build of Kotlin + Kotlin/Native

This commit is contained in:
Pavel Punegov
2018-12-03 14:48:39 +03:00
committed by Pavel Punegov
parent d5ef601658
commit e92cfac405
+1
View File
@@ -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')
}
}
}