Michael Paus
05/26/2024, 5:53 PMWarning: there were 668 classes in incorrectly named files.
You should make sure all file names correspond to their class names.
The directory hierarchies must correspond to the package hierarchies.
(<https://www.guardsquare.com/proguard/manual/troubleshooting#unexpectedclass>)
If you don't mind the mentioned classes not being written out,
you could try your luck using the '-ignorewarnings' option.
Unexpected error
java.io.IOException: Please correct the above warnings first.
The individual warnings where all like this:
Encountered corrupt @kotlin/Metadata for class de/mpmediasoft/mpdocview/compose/Document (version 2.0.0).
Has anybody noticed that before and how should one proceed now? This whole code works perfectly and if generated with Kotlin 1.9.23 ProGuard also does not have a problem with it like this.ephemient
05/26/2024, 8:00 PMMichael Paus
05/26/2024, 8:27 PMAhmed Riyadh
05/28/2024, 3:17 AMTODO
so you use the original one from maven central laterJames Hamilton
05/29/2024, 4:26 PMMichael Paus
05/29/2024, 4:49 PM