Hi ! I have a simple Composable LoremIpsum, defined in the attached App.kt, which simply holds a scrollable long text.
But while the component scrolls perfectly on Android emulator with a mouse dragging, it does not scroll in desktop : at least on Linux (tested on Ubuntu).
So is this an expected behaviour ? If so, how should I adapt the code for desktop targets ? The project has been generated with Kotlin KMP wizard today.