dalexander
12/09/2020, 2:52 PMraulraja
12/10/2020, 11:50 AMdalexander
12/10/2020, 12:48 PMTransform.newSources
for the above reasons, so this should be possible? What do I need to do? It's also worth noting again all the generated sources are in a different gradle module in case that matters. (the second gradle module fixes three issues: 1) it means Dagger / other apt in the main module can resolve the generated classes because I'm generating them in a second analysis phase which otherwise foils that 2) means that I only have to set kotlin.incremental.usePreciseJavaTracking=false for the submodule 3) limits the build performance implications since the plugin only needs to run on a smaller submodule
For 2 I'm starting to think that it's an intellij issue/bug because everything else is working fine (can even build from within the IDE and it works fine). And I can see the generated classes in the submodule output jar as well.dalexander
12/10/2020, 1:14 PM