StickyScrollView
StickyScrollView copied to clipboard
Dependency imported but unable to use in XML. Does it don't work for Java app
I just had a similar problem, although I use Kotlin in the project. Kotlin is a JVM under the hood and still compiles the source code to .class
files so it should still work with Java projects
The case is that the newest 1.0.3 version was compiled with Kotlin 1.6 and I'm still using Kotlin 1.4. And that was causing incompatibility.
I'm not the owner of the project, I'm just selling a possible hint.
Having this same problem @Niteshknows did you manage to solve yours?
No @peter-wachira , it is not working.
@Niteshknows thanks, what did you end up using as an alternative to this library?