MFlisar
MFlisar
Found the issue... I would suggest adjusting the docs here: https://jitpack.io/docs/ANDROID/ I'm always having problems to know which files I need, and this time it took me quite long to...
If this feature is added one day, I'd suggest to also add a feature that allows to start an app minimized to tray - very useful for auto start apps...
@gabrielittner does anything speak against a manual option like @krizzu suggested just to provide this function for those who want it? I would need that as well... In a multi...
There is the `androidx.compose.ui.window.DialogWindow` composable that supports a desktop modal dialog. Source code would be here: https://androidx.tech/artifacts/compose.ui/ui-desktop/1.7.0-source/desktopMain/androidx/compose/ui/window/Dialog.desktop.kt.html Currently I still use this as it gives me the best overall result...
> You use the marking feature heavily, so you're asking for those buttons. Other users may want other buttons to be shown prominently. Correct. But the basic issue for me...
I do use some `@OptIn` apis here: https://github.com/MFlisar/ComposeDialogs/blob/53435e92b4e56d158cd5fe5354f142d9c45d739d/library/core/src/main/java/com/michaelflisar/composedialogs/core/copied/AlertDialog.kt#L23... those are not binary compatible and that's why you see a crash... I will make an update this weekend, I probably can...
Next version will be a kotlin multiplatform version with compose multiplatform. I checked its current state and sadly, the latest stable version is still using material 1.2.1. I will wait...
I'm currently rewriting the library to KMP 1.7.0, so it will be updated very soon - next version will be using material3 1.3.0.
Actually I do already use all my libraries in an updated version - I still have to update the readme and write a migration guide and make an official release....
[`2.0.0`](https://github.com/MFlisar/ComposeDialogs/releases/tag/2.0.0) is live - it's on maven central now - check out the [setup instructions](https://mflisar.github.io/ComposeDialogs/setup/) to find out how to add the new version. You probably should also read following:...