-
- All Implemented Interfaces:
public interface KotlinJsCompilerTypeHolder
-
-
Method Summary
Modifier and Type Method Description abstract KotlinJsCompilerTypegetDefaultJsCompilerType()KotlinJsCompilerTypegetLEGACY()KotlinJsCompilerTypegetIR()KotlinJsCompilerTypegetBOTH()-
-
Method Detail
-
getDefaultJsCompilerType
abstract KotlinJsCompilerType getDefaultJsCompilerType()
-
getLEGACY
KotlinJsCompilerType getLEGACY()
-
getIR
KotlinJsCompilerType getIR()
-
getBOTH
KotlinJsCompilerType getBOTH()
-
-
-
-