What do I need to add to my proguard file to have ...
# compose
m
What do I need to add to my proguard file to have reflection stay working for a subset of classes? Right now
klass.declaredMembers
seems to always be empty
s
You want to add a
-keep
rule