Object KotlinCompilerClient
-
- All Implemented Interfaces:
public class KotlinCompilerClient
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleancompilerDisabledpublic final static KotlinCompilerClientINSTANCE
-
Method Summary
Modifier and Type Method Description final KotlinFileCompilationcompile(KotlinFile file)final BooleangetCompilerDisabled()-
-
Method Detail
-
compile
final KotlinFileCompilation compile(KotlinFile file)
-
getCompilerDisabled
final Boolean getCompilerDisabled()
-
-
-
-