libres icon indicating copy to clipboard operation
libres copied to clipboard

Missing classes detected while running R8.

Open lemcoder opened this issue 1 year ago • 0 comments

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

lemcoder avatar Nov 13 '23 10:11 lemcoder