I'm trying to figure which dependency brings in th...
# compose
a
I'm trying to figure which dependency brings in the scrollbars on desktop targets but im lost. In the IDE i see that the
ScrollbarAdapter
are contained within
org.jetbrains.compose.foundation:foundation-desktop
but when i check the sources of that artifact the code is different (and they dont contain the scrollbar stuff) Any ideas in which artifact are the sources of
compose-multiplatform-core
released? link on github is https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/found[…]skikoMain/kotlin/androidx/compose/foundation/Scrollbar.skiko.kt
s
Not sure I follow, Alex. The scrollbars are indeed in foundation-desktop afaik
But I can double check
a
Dw. I'll double check myself and report
s
Yep, confirmed
Not sure if this is tricking you:
@file:JvmName("Scrollbar_desktopKt")
a
All good. I was checking the wrong sources 🙂 thanks for the sanity check Seb
s
No worries mate