Tests: Support two-stage compilation (src -> klib -> kexe)
This commit is contained in:
committed by
Ilya Matveev
parent
00d780b650
commit
e8d8df6928
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user