Join Slack
Powered by
Is there any way to target Kotlin `internal` class...
# announcements
n
natario1
11/10/2020, 5:08 PM
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?
3
Views
Open in Slack
Previous
Next