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 AMraulraja
04/02/2020, 9:47 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 analysisraulraja
04/02/2020, 9:48 AMBurkhard
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 AMraulraja
04/02/2020, 10:07 AMval a by fa
val b by fb
raulraja
04/02/2020, 10:07 AMraulraja
04/02/2020, 10:08 AMfa.flatMap { a ->
fb.flatMap { b ->
...
}
}
raulraja
04/02/2020, 10:08 AMraulraja
04/02/2020, 10:11 AMraulraja
04/02/2020, 10:11 AMraulraja
04/02/2020, 10:12 AMraulraja
04/02/2020, 10:13 AMSerialization
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 modalraulraja
04/02/2020, 10:13 AMBurkhard
04/02/2020, 10:15 AM