-
Notifications
You must be signed in to change notification settings - Fork 411
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
Сan't find referenced class ClassName$DefaultImpls #290
Comments
Hey, thanks for the report. Do you have a small reproducible sample that results in this behavior? As far as I can tell from your report, ProGuard is warning that there is a reference to class Does the code still work after processing with ProGuard or does it result in a crash/different behavior? |
I can reproduce this symptom when I use Repro src/main/kotlin/wat/Foo.kt
build.gradle.kts
Error
If I remove the |
Thanks for the sample @oliver-charlesworth ! We tracked down the cause solved the underlying issue in ProGuardCORE. This should make it into the next patch release of ProGuard. For now, you should be able to add |
Hi @tox1cozZ , @oliver-charlesworth ! The fix is now in ProGuard 7.3.1. |
Proguard 7.3.0-beta2
Kotlin 1.7.20
I don't understand why he is looking for the DefaultImpls class for the annotation?
And in general, I have Java 8 and there is a parameter -Xjvm-default=all in the compiler arguments
The text was updated successfully, but these errors were encountered: