-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] Android - Module was compiled with an incompatible version of Kotlin. #144
Comments
i'm having the same problem |
This also affects us, we downgraded to 1.1.5, which is the highest working version. Similar issue: expo/expo#15989 (comment) |
I patch-package with RNBlurhash_kotlinVersion=1.6.10 then it working |
I faced this issue while building this with expo EAS.
I then tried the the patch package solution. That fixed the original issue, but led to the following:
That referenced line was introduced here: e1b3fc6 So I also downgraded to 1.1.5, and then the build succeeded. |
looks like the npm version is a little beind this. If you change your package.json from it will run as expected. |
Yeah, it looks like #150 fixes this? |
Bug is still there, i have a temporary fix for everyone who faces this error: |
For me, adding config kotlinVersion in file build.gradle in android folder as below: |
Bug
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Install blurhash
build android
Expected behavior
Build android succeedfully
Screenshots
Environment
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: