Update cli module jvm-target
#KT-20671 Fixed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
jvmTarget = "1.6"
|
||||
jvmTarget = "1.8"
|
||||
|
||||
dependencies {
|
||||
compile(project(":compiler:util"))
|
||||
|
||||
Reference in New Issue
Block a user