skip to Main Content

React native – build.gradle.kts:10:49: Cannot access 'serviceOf': it is internal in 'org.gradle.configurationcache.extensions'

e: /node_modules/@react-native/gradle-plugin/build.gradle.kts:10:49: Cannot access 'serviceOf': it is internal in 'org.gradle.configurationcache.extensions' e: /node_modules/@react-native/gradle-plugin/build.gradle.kts:45:11: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: internal inline fun TaskInternal.serviceOf(): TypeVariable(T) defined in org.gradle.configurationcache.extensions Build file '/node_modules/@react-native/gradle-plugin/build.gradle.kts' line: 10 Script…

VIEW QUESTION

Gradle build fails in Flutter project

I'm working on a Flutter project and trying to run it on an Android emulator. However, I'm encountering an issue when I try to build the project using Gradle. The build fails with the following error: enter image description here…

VIEW QUESTION

React native – Error Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources:, when upgrading to "react-native": "0.75.1"

Trying to upgrade react native 0.75.1, using https://react-native-community.github.io/upgrade-helper. running into error Settings file 'mobile/android/settings.gradle' line: 2 What went wrong: Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources: Gradle Core Plugins (plugin is not in 'org.gradle' namespace)…

VIEW QUESTION
Back To Top
Search