Set proper jvmTarget for projects
This commit is contained in:
@@ -4,6 +4,8 @@ apply {
|
||||
plugin("kotlin")
|
||||
}
|
||||
|
||||
jvmTarget = "1.6"
|
||||
|
||||
dependencies {
|
||||
compile(project(":core:builtins"))
|
||||
compile(project(":kotlin-stdlib"))
|
||||
|
||||
Reference in New Issue
Block a user