Hello, team! I've been trying to execute ./gradlew...
# plugin-development
m
Hello, team! I've been trying to execute ./gradlew build for more than 7 days. The problem is that build fails at 9% with this error: Execution failed for task 'react native gradle plugincompileKotlin'. I upgraded ndk version, gradle version and SDK to the latest. I am trying to upgrade Kotlin version as well but without success and it seems that Kotlin versions in my project are not compatible but I can't find where.
v
Is you are not trying to develop a plugin, this is maybe slightly wrong channel. And actually you might need to ask React Native on why their stuff is not working properly or what you do wrong. But anyway, to get any help, you should at least include minimal information. You did not even include a full error message. And the error even advices some things to do, which information you also did not provide, especially the build
--scan
URL where one could see the situation pretty well.