Closed lbautista-ta closed 3 years ago
I've tried to run the command ./gradlew shimmer:installArchives and I'm getting errors like:
./gradlew shimmer:installArchives
> Task :shimmer:androidJavadocs FAILED /Users/lbautista/git/shimmer-android/shimmer/src/main/java/com/facebook/shimmer/ShimmerDrawable.java:24: error: cannot find symbol import androidx.annotation.NonNull; ^ symbol: class NonNull location: package androidx.annotation
Those are just for the javadocs tasks and don't prevent that task from succeeding.
I've tried to run the command
./gradlew shimmer:installArchives
and I'm getting errors like: