[Gradle, JS] Add explanation comment on compiler type in KotlinJsCompilerTypeHolder

This commit is contained in:
Ilya Goncharov
2020-04-23 18:43:01 +03:00
parent 565874b3a0
commit 9e4c1ee4e8
@@ -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