sdercolin

Results 22 comments of sdercolin

Please configure your `build.gradle.kts` according to the projects in [examples](https://github.com/JetBrains/compose-jb/tree/master/examples). If you are creating app only for desktop you can check [this](https://github.com/JetBrains/compose-jb/blob/master/examples/falling-balls/build.gradle.kts). Use `compose.desktop.currentOs`: ```kotlin plugins { ... id("org.jetbrains.compose") }...

Thanks for the information, saved my day! Here are some extra information and practices for people doing signing and notarization on macOS: ## On your local machine 1. Make sure...

@lottev1991 Hello, maybe we can add a `copy oto values` plugin for both of your requests. but could you please check the existing `Batch edit oto parameter` plugin first? Maybe...

@adlez27 Could you have a look? 🙏

Sorry I don't have enough time to work on this recently, but I would like to support around Kotlin grammar and the codebase, if anyone would like to lead the...

As the message says, please check the labeler settings. There should be a folder name setting field.

You need to set the sample directory to the folder that contains wav and lab folders, not the wav folder itself.

Please check README for details. ![image](https://github.com/user-attachments/assets/7aaf4a5b-9914-49e8-b66f-e98a8645b316)

Ah, for the format error, you can run `./gradlew ktlintFormat` gradle task to fix most of them.

@RibosomeK Hello! Do you have any plan to proceed these PRs? I think they are very good features! 😄