Hi, I had a build issue due to Gradle mistaking this line for a dependencies {} block when it generates build.gradle. Removing the line in node_modules/@nativescript-community/ui-cameraview/platforms/android/include.gradle (not commenting it out) fixed the issue. Seems that gradle treats the word dependencies like a reserved word.
Credit goes to @CatchABus for catching it.
Hi, I had a build issue due to Gradle mistaking this line for a
dependencies {}block when it generatesbuild.gradle. Removing the line innode_modules/@nativescript-community/ui-cameraview/platforms/android/include.gradle(not commenting it out) fixed the issue. Seems that gradle treats the worddependencieslike a reserved word.Credit goes to @CatchABus for catching it.