rt
06/21/2020, 8:28 PM//metadebug
-annotated classes to be displayed on compilation? is there some compiler switch or something? I cloned the arrow-meta-examples project but nothing gets printed into compiler output even though //metadebug
is clearly thereraulraja
06/21/2020, 8:30 PMrt
06/21/2020, 8:36 PMprintln(f.name)
to the helloWorld
example and i still get nothing... it's pretty much vanilla example w/o any changes, not sure what i'm doing wrongmessageCollector!!.report(CompilerMessageSeverity.WARNING, it)
shikasd
06/22/2020, 1:14 AM-Dkotlin.compiler.execution.strategy="in-process"
, then println should output some things :)