Description
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:
- https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/null/kotlin-gradle-plugin-null.pom
- file:/Users/s0j06pr/.m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/null/kotlin-gradle-plugin-null.pom
- https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/null/kotlin-gradle-plugin-null.pom
Required by:
project :react-native-queue-it
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
its work fine in iOs.
Can you help me to how to solve this problem