Burkhard
04/02/2020, 9:32 AMjavap -c -l use-plugin/build/classes/../HelloWorldKt.class
Looking at the line information you see that it no longer matches the source file.raulraja
04/02/2020, 9:38 AMTransform.newSources
is like kapt and the line numbers is not an issue since you are just generating code in new files that are processed before analysisBurkhard
04/02/2020, 9:49 AMTransform.newSources
doesn’t really help me much. I’m thinking about switching from kapt to arrow-meta because I want the ability to modify existing code (add functions to existing classes to automatically implement interfaces).raulraja
04/02/2020, 10:03 AMval a by fa
val b by fb
fa.flatMap { a ->
fb.flatMap { b ->
...
}
}
Serialization
are bundled so you can refer to seralized()
etc. But community plugins currently have to go through an awful process of discovery through a Marketplace modalBurkhard
04/02/2020, 10:15 AM