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)
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
Is there a way to reuse "common" things like DropdownMenu in Compose Multiplatform Project?
For the desktop, DropdownMenu is supplied by Gradle: org.jetbrains.compose.material:material-desktop:1.0.1-rc2; for Android it's in Gradle: androidx.compose.material:material:1.1.0-beta04@aar
I would ...
Joe Vienneau
Votes: 0
Answers: 0
Column(Modifier = ..., () -> Unit): Unit' is deprecated. compose.web.web-widgets API is deprecated
When I start to learn compose multiplatform for WEB I faced the problem that column is deprecated. What use instead of it?
anna
Votes: 0
Answers: 0