[Gradle, JS] Add compiler type values on extension type
#KT-38519 fixed
This commit is contained in:
+9
@@ -7,4 +7,13 @@ package org.jetbrains.kotlin.gradle.plugin
|
||||
|
||||
interface KotlinJsCompilerTypeHolder {
|
||||
val defaultJsCompilerType: KotlinJsCompilerType
|
||||
|
||||
val LEGACY: KotlinJsCompilerType
|
||||
get() = KotlinJsCompilerType.LEGACY
|
||||
|
||||
val IR: KotlinJsCompilerType
|
||||
get() = KotlinJsCompilerType.IR
|
||||
|
||||
val BOTH: KotlinJsCompilerType
|
||||
get() = KotlinJsCompilerType.BOTH
|
||||
}
|
||||
Reference in New Issue
Block a user