Set proper jvmTarget for projects

This commit is contained in:
Ilya Chernikov
2017-08-22 15:04:58 +02:00
parent deda50dbbb
commit 27968c8e13
33 changed files with 106 additions and 4 deletions
+2
View File
@@ -7,6 +7,8 @@ import java.io.File
apply { plugin("kotlin") }
jvmTarget = "1.6"
val builtinsSrc = File(rootDir, "core", "builtins", "src")
val builtinsNative = File(rootDir, "core", "builtins", "native")
// TODO: rewrite dependent projects on using build results instead of the fixed location