Is there any way to target Kotlin `internal` class...
# announcements
n
Is there any way to target Kotlin
internal
classes with proguard? They are always compiled as
public class
in bytecode, so my keep directive unfortunately keeps them as well. Does anyone know of any workaround?