Closed Goooler closed 1 year ago
That file is for graal, I don't think proguard looks at it.
This isn't really a bug in mordant, but we could potentially mention those rules in the docs for the people who use proguard.
Or just bundle the rules file under resource folder?
If that works, I'd rather do that since the rules are short.
I'm using clikt in Diffuse with ProGuard minify enabled, output:
Workaround is to add keep rules in config:
I'm wondering if we can add rules into https://github.com/ajalt/mordant/blob/master/mordant/src/jvmMain/resources/META-INF/native-image/com/github/ajalt/mordant/reflect-config.json?