Psi2ir: support mode without generation of bodies
This is needed for kapt + JVM IR. #KT-49682
This commit is contained in:
+2
-1
@@ -269,7 +269,8 @@ object KotlinToJVMBytecodeCompiler {
|
||||
result.moduleDescriptor,
|
||||
result.bindingContext,
|
||||
configuration.languageVersionSettings,
|
||||
false,
|
||||
ignoreErrors = false,
|
||||
skipBodies = false,
|
||||
)
|
||||
|
||||
val performanceManager = environment.configuration[CLIConfigurationKeys.PERF_MANAGER]
|
||||
|
||||
Reference in New Issue
Block a user