Illés Tamás
Illés Tamás
my workaround was to set in `gradle-wrapper.properties` back to `distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip` and in `build.gradle` add `kotlinVersion = "1.8.0"` to `buildscript.ext`
upgrading `@react-native/gradle-plugin` solves the issue as well, no need to downgrade gradle to `8.0.1` So the final configuration: `gradle-wrapper.properties`: `distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip` `build.gradle`: `kotlinVersion = "1.8.0"` `package.json`: `"@react-native/gradle-plugin": "0.73.4",`
does it work for you guys on android ? i'm getting cannot find symbol NativeRNExitAppSpec
will you guys do a patch for 0.77 with this fix?