I'm confused why the Scrollbar functionality is implemented only in the skiko sourceset. (Scrollbar.skiko.kt)
This also has the weird affect of my IDE not displaying any problems until I try to compile for android, which then fails saying unresolved reference errors. Building for JVM works fine however
Why isn't it in the common source set?