StickyScrollView icon indicating copy to clipboard operation
StickyScrollView copied to clipboard

Dependency imported but unable to use in XML. Does it don't work for Java app

Open Niteshknows opened this issue 3 years ago • 4 comments

Niteshknows avatar Feb 14 '22 15:02 Niteshknows

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.

RobertZagorski avatar Feb 16 '22 11:02 RobertZagorski

Having this same problem @Niteshknows did you manage to solve yours?

peter-wachira avatar Apr 01 '22 10:04 peter-wachira

No @peter-wachira , it is not working.

Niteshknows avatar Apr 01 '22 14:04 Niteshknows

@Niteshknows thanks, what did you end up using as an alternative to this library?

peter-wachira avatar Apr 04 '22 10:04 peter-wachira