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
+3
View File
@@ -26,3 +26,6 @@ testKotlinCompilerVersion=1.3.60-dev-1210
konanVersion=1.3.60
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.workers.max=4
# Uncomment to enable composite build
#kotlinProjectPath=<insert the path to Kotlin project root here>