Strum355
04/17/2023, 7:03 PMshikasd
04/17/2023, 7:20 PMMessageCollector
to output CLI messages.Strum355
04/17/2023, 7:22 PMkotlin.compiler.execution.strategy=in-process
Im able to get see that the message collector fetched with CompilerConfiguration().get(CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY, MessageCollector.NONE)
returns the NONE
collector. This isnt gonna be particularly reliable for me if its gonna be set to NONE
by defaultkotlin.compiler.execution.strategy=in-process
and default to PrintingMessageCollector
instead of NONE
, so that seems like an ok workaroundshikasd
04/18/2023, 7:54 PMStrum355
04/18/2023, 7:55 PM