koin-annotations icon indicating copy to clipboard operation
koin-annotations copied to clipboard

Recommended proguard rules

Open adrianczuczka opened this issue 7 months ago • 0 comments
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

adrianczuczka avatar Apr 01 '25 15:04 adrianczuczka