Hello guys! Thanks for the invite. I have two ques...
# getting-started
m
Hello guys! Thanks for the invite. I have two questions: 1. I'm working with compose for desktop and I seem to not be able to import Glide into my project. Is that intentional or is it something which will be fixed later? 2. Also, I have been trying to make a LazyRow scrollable without the scroll bar. I wanted the row to be draggable. I was able to simulate this feature with the code below but I was wondering if there was a better way.
z
Isn’t glide an android library?
k
An image loading and caching library for Android focused on smooth scrolling
m
I see so non of the android kotlin libraries won't work with compose for desktop. I guess I'll have to look for Java libraries instead.
k
Yes, if it has dependencies on Android-specific libraries, it can't work on desktop
e
1. I do not know if this could help you, there is a library for compose glide, coil and picasso https://github.com/skydoves/Landscapist
m
I tried implementing that yesterday but there was a build error. Kirill seems to be right. Android libraries don't work.