python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Compose for Desktop LazyRow/LazyColumn not scrolling with mouse click
For some reason LazyColumns do not scroll with a mouse click and move gesture. It only works with the mouse wheel so far. For LazyRows it is also not possible to scroll with the mouse wheel. It seems ...
tscheppe
Votes: 0
Answers: 1
Compose Desktop application crashing: ClassNotFoundException: java.net.http.HttpClient
I want to use the java.net.http package in my compose desktop application. When I run the application in IntelliJ, everything works fine. But when I build a .deb file using packageDeb and install it v...

nhcodes
Votes: 0
Answers: 1
How to read an sqllite database file in a Jetpack Compose Desktop project configured for SQLDelight?
I'm trying to read a pre-built sqllite database in jetpack compose desktop project which is configured for SQLDelight. All I could find on the internet is the Android version of the compose. I tried p...

user17902926
Votes: 0
Answers: 0
Kotlin Compose Desktop, can I drag a file path from my application to a third-party application?
If I create a Windows/Linux desktop application using Kotlin Compose Desktop, can I drag a file (i.e., the file path) from my application into another application? I could do it in C# (WinForms) relat...

Damn Vegetables
Votes: 0
Answers: 0