Strum355
04/17/2023, 7:03 PMStrum355
04/17/2023, 7:08 PMshikasd
04/17/2023, 7:20 PMMessageCollector to output CLI messages.Strum355
04/17/2023, 7:22 PMStrum355
04/17/2023, 7:23 PMStrum355
04/18/2023, 7:44 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 defaultStrum355
04/18/2023, 7:52 PMkotlin.compiler.execution.strategy=in-process and default to PrintingMessageCollector instead of NONE, so that seems like an ok workaroundshikasd
04/18/2023, 7:54 PMshikasd
04/18/2023, 7:54 PMStrum355
04/18/2023, 7:55 PM