python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to implement Accessibility in Desktop Compose
I am building an app with Desktop Compose Multiplatform for Windows and MacOS platform.
I need to add accessibility support for users.
In Android we have Accessibility Scanner and TalkBack to announce...
SVK
Votes: 0
Answers: 0
Can I change the value of a component from a separate button in Compose Multiplatform?
I am trying to make a desktop application that allows you to search through a number of predefined locations stored in Kotlin classes in a separate directory. To accomplish this, I've used the reflect...
Mob
Votes: 0
Answers: 1
Compose desktop "ClassNotFoundException" when using "verticalScroll" modifier
I am getting ClassNotFoundException error when using verticalScroll modifier, I am getting the same error when using LazyColumn too.
Caused by: java.lang.ClassNotFoundException: androidx.compose.ui.in...
Porush Manjhi
Votes: 0
Answers: 0
Specific Module routes in Jetbrains Compose with Decompose on kotlin desktop application
I'm using JetBrains Compose framework on a desktop application project, and for routing they suggest in the official documentation arkivanov-Decompose library for routing between views (Composables).
...
Pstr
Votes: 0
Answers: 1