JavatoKotlinClassMap returned for lazy configuration in JVM Facade
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ public enum AnalyzerFacadeForJVM implements AnalyzerFacade {
|
|||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public PlatformToKotlinClassMap getPlatformToKotlinClassMap() {
|
public PlatformToKotlinClassMap getPlatformToKotlinClassMap() {
|
||||||
return PlatformToKotlinClassMap.EMPTY;
|
return JavaToKotlinClassMap.getInstance();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user