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 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
Compose plugin creates only Dmg distribution
I have desktop app written with compose, I am workinkg on Mac. Everything works fine for mac builds, but I am unable to produce one for linux.
dependencies {
implementation(compose.desktop.linux_x...
rtsm
Votes: 0
Answers: 0