-
Notifications
You must be signed in to change notification settings - Fork 124
Kotlin Redeclaration error #15
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
Comments
This can happen with any plugin. This happens especially often when trying to upgrade plugins. Most of these problems can be solved by entering the Thank you @TheLastGimbus. It's okay to keep this issue open as there may be someone suffering from this. |
Closed
2.0.5
to 2.2.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there!
After update, I got ton of some "redeclaration" (and other) Kotlin errors
Luckly, I was able to solve them with:
Also in
android/build.gradle
i updatedext.kotlin_version
to'1.5.10'
, but it was for other plugins so it may not be required forforeground_task
I'm leaving this here in case someome has this issue too (dunno if I should close it right ahead or leave it open 🤷)
The text was updated successfully, but these errors were encountered: