I've been using the Transform API in my Android app to do some AspectJ weaving. Transform API worked well especially because it guaranteed that both Kotlin and Java classes would be available for transformation. However, Android Gradle Plugin 8 removed that API in favor of some replacements.
I looked around and there's just not much information on these. So it would be great if someone had a ready recipe for marrying AspectJ and one of these APIs.