Have anyone successfully combined the new Transfor...
# android
c
Have anyone successfully combined the new Transform API with Kotlin? We are trying to do some bytecode manipulation through the transform API (using JavaAssist). It works by itself, but goes belly up when combined with Kotlin.