Results 17 comments of Azim Muradov

Thanks for the fast response! I'll see what I can do (especially considering integration).

Is there are any chance to this be implemented in the future releases?

I want to have a welcome screen in my application with my logo on it. I want the logo to appear gradually (gradually increasing the opacity). But I also need...

Yeah, I already did all code related to subscription, the only thing left is opacity attribute, that I can't find(

I see, that would probably work for me. Thanks for help! Although, I still hope that this issue will be added to the milestones.

I think this should be enough. It also uses more resent Gradle API. ```gradle plugins { kotlin("jvm") version "1.8.10" id("org.jetbrains.kotlin.plugin.atomicfu") version "1.8.10" } repositories { mavenCentral() } dependencies { implementation("org.jetbrains.kotlinx:atomicfu:0.20.0")...

If anyone needs a file picker on linux and has the same issues, I ended up using [bonsai](https://github.com/adrielcafe/bonsai#file-system-integration). At least it works and has consistent design.

Have the same issues on **Arch (Cinnamon)**, tried various JDKs. The problem only occurs with Compose apps (tried both AWT and Swing solutions), all other applications work fine, even Java...

Current version of [compose-multiplatform-file-picker](https://github.com/Wavesonics/compose-multiplatform-file-picker) fixed all my issues.