Use JvmTarget.DEFAULT instead of JVM_1_6 where applicable
Original commit: c7c377e1b1
This commit is contained in:
@@ -25,7 +25,7 @@ object JvmIdePlatformKind : IdePlatformKind<JvmIdePlatformKind>() {
|
|||||||
override val compilerPlatform get() = JvmPlatform
|
override val compilerPlatform get() = JvmPlatform
|
||||||
|
|
||||||
override val platforms = JvmTarget.values().map { ver -> Platform(ver) }
|
override val platforms = JvmTarget.values().map { ver -> Platform(ver) }
|
||||||
override val defaultPlatform get() = Platform(JvmTarget.JVM_1_6)
|
override val defaultPlatform get() = Platform(JvmTarget.DEFAULT)
|
||||||
|
|
||||||
override val argumentsClass get() = K2JVMCompilerArguments::class.java
|
override val argumentsClass get() = K2JVMCompilerArguments::class.java
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user