queueit / react-native-queue-it

React Native Module for integrating Queue-it's virtual waiting room into React Native apps.
MIT License
10 stars 2 forks source link

Error build Android: Could not resolve all artifacts for configuration ':react-native-queue-it:classpath' #9

Open spjimenez opened 2 years ago

spjimenez commented 2 years ago

Hello! we have problem trying to implement queue It in android:

A problem occurred configuring project ':react-native-queue-it'.

Could not resolve all artifacts for configuration ':react-native-queue-it:classpath'. Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:null. Searched in the following locations:

Possible solution:

Captura de Pantalla 2022-03-21 a la(s) 11 08 34

Can you help me to how to solve this problem

sp0x commented 2 years ago

Hi @spjimenez spjimenez,

It looks like the Kotlin version gets resolved to null, are you using Kotlin in your project? This SDK uses Kotlin so if you're missing it the build might fail. If so we can look into adding our own kotlin-version parameter in the SDK.

spjimenez commented 2 years ago

Hi yes we have to add kotling an its work

Captura de Pantalla 2022-03-29 a la(s) 11 14 12