-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
expo build errors for android (wrong kotlin version) #37
Comments
Update on this one: I managed to solve it from the expo / eas build side by writing a config plugin:
and now the build works :) |
@jonasbetareader Thanks so much for posting this man! |
Had the same issue on expo 47, tried this and it seams to be working. |
You don't need to write a custom plugin.
|
Hello!
I love this package, been working great for me in a managed expo / eas build project. But with my latest update, it only builds fine on iOS. On Android, it I get the following error: "Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15."
Unsure of how to tackle this, any pointers would be much appreciated. Is there a way to override the kotlin version manually?
My package versions:
The build error logs:
The text was updated successfully, but these errors were encountered: