Replies: 1 comment 2 replies
-
Do you have mavenCentral configured as a repository? Example or tried using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While trying to integrate this library.
As soon as I put this in build.gradle
dependencies { implementation 'mil.nga:tiff:3.0.0' }
I am getting this error
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':annotations:debugCompileClasspath'.
java.lang.RuntimeException: Failed to transform '/Users/xyz/.gradle/caches/modules-2/files-2.1/mil.nga/tiff/3.0.0/8e904ca2930112ec16c8d5df104323ad742d8c8a/tiff-3.0.0.jar' using Jetifier. Reason: null. (Run with --stacktrace for more details.)
In Gradle.properties I already have
android.useAndroidX=true
android.enableJetifier=true
Still facing this issue.
can someone pls help
Beta Was this translation helpful? Give feedback.
All reactions