Update cli module jvm-target

#KT-20671 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-10-09 13:41:29 +02:00
parent 91c35a6c59
commit 3c81430bb9
+1 -1
View File
@@ -1,7 +1,7 @@
apply { plugin("kotlin") }
jvmTarget = "1.6"
jvmTarget = "1.8"
dependencies {
compile(project(":compiler:util"))