facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.31k stars 698 forks source link

Can't build due to error: cannot find symbol @NonNull #108

Closed lbautista-ta closed 3 years ago

lbautista-ta commented 3 years ago

I've tried to run the command ./gradlew shimmer:installArchives and I'm getting errors like:

> 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
xiphirx commented 3 years ago

Those are just for the javadocs tasks and don't prevent that task from succeeding.