Gradle Build Fails – Kotlin Dependencies Not Found
The project build is failing during Gradle sync due to unresolved dependencies. Gradle is attempting to fetch Kotlin and other required artifacts from the Couchbase Maven repository, but those artifacts are not available there.
🧾 Error Details
FAILURE: Build failed with an exception.
Could not resolve all files for configuration 'classpath'.
Could not find kotlin-stdlib-jdk8-1.7.10.jar
(org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10).
Searched in:
https://mobile.maven.couchbase.com/maven2/dev/
Could not find kotlin-reflect-1.7.10.jar
(org.jetbrains.kotlin:kotlin-reflect:1.7.10).
Could not find kotlin-stdlib-jdk7-1.7.10.jar
(org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10).
Could not find error_prone_annotations-2.10.0.jar
(com.google.errorprone:error_prone_annotations:2.10.0).
Gradle Build Fails – Kotlin Dependencies Not Found
The project build is failing during Gradle sync due to unresolved dependencies. Gradle is attempting to fetch Kotlin and other required artifacts from the Couchbase Maven repository, but those artifacts are not available there.
🧾 Error Details
FAILURE: Build failed with an exception.
Where:
Build file 'android/build.gradle' line: 24
What went wrong:
A problem occurred evaluating root project 'NewCBTint'.