Remove default import "kotlin.reflect"
Basic reflection is usable without any imports (with :: literals)
This reverts commit 9503056dd5.
This commit is contained in:
@@ -49,8 +49,7 @@ public final class AnalyzerFacadeForJS {
|
||||
public static final List<ImportPath> DEFAULT_IMPORTS = ImmutableList.of(
|
||||
new ImportPath("js.*"),
|
||||
new ImportPath("java.lang.*"),
|
||||
new ImportPath("kotlin.*"),
|
||||
new ImportPath("kotlin.reflect.*")
|
||||
new ImportPath("kotlin.*")
|
||||
);
|
||||
|
||||
private AnalyzerFacadeForJS() {
|
||||
|
||||
Reference in New Issue
Block a user