Getting a Kotlin type error when building for Android #4745
cmclaverty-ccea
started this conversation in
General
Replies: 0 comments
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.
-
I have a project that suddenly started throwing the following error when building for android.
I've not changed anything in the project since I was last able to do a release build and this seems to have come from nowhere.
I'm assuming maybe something on my machine has updated in the background but nothing comes to mind.
I'm using react-native-video@6.0.0. Downgrading isn't compartible with some of my other dependencies and upgrading returns the same or more type errors.
Buildscript settings are as follows:
I've done ./gradlew clean and re-installed the node_modules folder a number of times.
Has anyone came across anything similar? And help would would be approiciated
Beta Was this translation helpful? Give feedback.
All reactions