Any tips/tricks on how to get gradle to weave comp...
# android
t
Any tips/tricks on how to get gradle to weave compiled Kotlin classes at the same time as Java? I’m trying to do something like this https://fernandocejas.com/2014/08/03/aspect-oriented-programming-in-android/ But no kotlin classes are being weaved, even though the paths are correct during
doLast
of
variant.javaCompiler