diff --git a/compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/AnalyzerFacadeForJVM.java b/compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/AnalyzerFacadeForJVM.java index 8b17720033e..2f7c1825e0d 100644 --- a/compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/AnalyzerFacadeForJVM.java +++ b/compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/AnalyzerFacadeForJVM.java @@ -50,6 +50,7 @@ public enum AnalyzerFacadeForJVM implements AnalyzerFacade { public static final List DEFAULT_IMPORTS = ImmutableList.of( new ImportPath("java.lang.*"), new ImportPath("kotlin.*"), + new ImportPath("kotlin.jvm.*"), new ImportPath("kotlin.io.*"), new ImportPath("kotlin.reflect.*") );