Files
proguard/examples/application-kotlin/proguard.pro
2023-01-13 12:44:36 +01:00

9 lines
139 B
Prolog

-verbose
-keepattributes *Annotation*
-keep class kotlin.Metadata { *; }
# Entry point to the app.
-keep class com.example.AppKt { *; }