libres
libres copied to clipboard
Missing classes detected while running R8.
When I try to run gradle task ./gradlew assembleRelease -PenableMultiModuleComposeReports=true --rerun-tasks
on project with plurals i get following error:
ERROR: R8: Missing class libcore.icu.NativePluralRules (referenced from: java.lang.String io.github.skeptick.libres.strings.ActualsKt.getPluralizedString(io.github.skeptick.libres.strings.PluralForms, java.lang.String, int))
EDIT: the name of failing task is :minifyReleaseWithR8. After further testing it is failing with a standard gradle build as well (no flags).
Version used: "1.2.0" Library variant: Multiplatform Platforms tested: Android