Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing classes detected while running R8. #41

Open
lemcoder opened this issue Nov 13, 2023 · 0 comments
Open

Missing classes detected while running R8. #41

lemcoder opened this issue Nov 13, 2023 · 0 comments

Comments

@lemcoder
Copy link

lemcoder commented Nov 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant