Switch JVM target of the standard libraries to 1.8 #KT-51907
This commit is contained in:
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-platform-common'
|
||||
|
||||
configurePublishing(project)
|
||||
|
||||
JvmToolchain.updateJvmTarget(project, "1.6")
|
||||
JvmToolchain.updateJvmTarget(project, "1.8")
|
||||
|
||||
def commonSrcDir = "../src"
|
||||
def commonTestSrcDir = "../test"
|
||||
|
||||
Reference in New Issue
Block a user