GrowwOld/frontatish

Build failed with an exception. | A problem occurred configuring project ':frontatish'.

Opened this issue · 0 comments

Hello,
I install the package using yarn but when I try to run
npx react-native run-android, then it failed to link the packages

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':frontatish'.

Could not determine the dependencies of null.
Could not resolve all task dependencies for configuration ':frontatish:classpath'.
> Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:null.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/null/kotlin-gradle-plugin-null.pom
- https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/null/kotlin-gradle-plugin-null.pom
Required by:
project :frontatish

// Package.json

{
"name": "xyz",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"a": "npx react-native run-android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.3",
"@ui-kitten/components": "^5.1.2",
"@ui-kitten/eva-icons": "^5.1.2",
"expo": "~46.0.16",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"frontatish": "^0.4.5",
"lottie-react-native": "^5.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "^2.8.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-paper": "5.0.0-rc.9",
"react-native-reanimated": "^2.12.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^13.5.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}