Tests: Support two-stage compilation (src -> klib -> kexe)

This commit is contained in:
Ilya Matveev
2019-07-30 17:39:05 +07:00
committed by Ilya Matveev
parent 00d780b650
commit e8d8df6928
7 changed files with 155 additions and 27 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$buildKotlinVersion"
compile "org.jetbrains.kotlin:kotlin-compiler:$buildKotlinVersion"
compile "org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion"
compile project(':Interop:Indexer')
compile "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
compile project(path: ":endorsedLibraries:kliopt", configuration: "jvmRuntimeElements")