Ivan Šimović
07/08/2024, 8:43 AMMissing class java.lang.invoke.StringConcatFactory (referenced from: java.lang.String my.project.shared.repo.models.ExampleDataClass.toString())
. using JVM target 17. What other info would be relevant to help figure out the reason? minifyWithR8 is failingIvan Šimović
07/08/2024, 8:46 AM-keep class my.project.shared.repo.models.** { *; }
-keepnames class * extends android.os.Parcelable
-keepnames class * extends java.io.Serializable
I have this in proguard rules for both App and the library