support new interface for jvm frontend
This commit is contained in:
@@ -43,11 +43,11 @@ class K2Native : CLICompiler<K2NativeCompilerArguments>() {
|
|||||||
|
|
||||||
|
|
||||||
return TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(
|
return TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(
|
||||||
moduleContext,
|
environment.project,
|
||||||
environment.getSourceFiles(),
|
environment.getSourceFiles(),
|
||||||
sharedTrace,
|
sharedTrace,
|
||||||
environment.configuration,
|
environment.configuration,
|
||||||
JvmPackagePartProvider(environment)
|
{ scope -> JvmPackagePartProvider(environment, scope) }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
override fun reportEnvironmentErrors() {
|
override fun reportEnvironmentErrors() {
|
||||||
|
|||||||
Reference in New Issue
Block a user