koin-annotations
koin-annotations copied to clipboard
Recommended proguard rules
trafficstars
Is your feature request related to a problem? Please describe.
I'm working on an SDK which uses Koin Annotations, and I'd like to understand what proguard rules are needed, if any. In particular, I've recently had an issue with org.koin.core.annotation.Definition, where R8 minification fails and recommends this rule:
-dontwarn org.koin.core.annotation.Definition
Would highly appreciate some official guidance on this!
Describe the solution you'd like Official guidance on recommended proguard rules
Target Koin project Koin Annotations, but this applies to all koin projects as I believe none of them have official proguard guidance