Added hacky checks for accessing compiled functions from our module via package part instead of facade.
#KT-4590 fixed
This commit is contained in:
+2
-2
@@ -300,8 +300,8 @@ public class KotlinJavaFileStubProvider<T extends WithFileStubAndExtraDiagnostic
|
||||
/*to generate inline flag on methods*/true,
|
||||
null,
|
||||
null,
|
||||
forExtraDiagnostics
|
||||
);
|
||||
forExtraDiagnostics,
|
||||
null);
|
||||
KotlinCodegenFacade.prepareForCompilation(state);
|
||||
|
||||
bindingContext = state.getBindingContext();
|
||||
|
||||
Reference in New Issue
Block a user