How do I insert simple scrollbars in my Kotlin Multiplatform app? I'm supporting Android, iOS, Windows (JVM) and Mac (JVM).
Researching this topic, I found there is a Jetpack component, but it's Desktop only. And then there's this library, which does not support iOS.
How is there no native support for such a common thing?