[Gradle, JS] Add explanation comment on compiler type in KotlinJsCompilerTypeHolder
This commit is contained in:
+1
@@ -8,6 +8,7 @@ package org.jetbrains.kotlin.gradle.plugin
|
||||
interface KotlinJsCompilerTypeHolder {
|
||||
val defaultJsCompilerType: KotlinJsCompilerType
|
||||
|
||||
// Necessary to get rid of KotlinJsCompilerType import in build script
|
||||
val LEGACY: KotlinJsCompilerType
|
||||
get() = KotlinJsCompilerType.LEGACY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user