Guilherme Delgado

Results 72 comments of Guilherme Delgado

We can use this one: https://plugins.jetbrains.com/plugin/20146-mermaid but for some reason is not opening the preview tab 😓

> I don’t think it works on Android studio unfortunately. At least not in with the version I tested on. ![Screenshot 2024-05-20 at 12 32 44](https://github.com/raamcosta/compose-destinations/assets/2677139/7a7c3fa5-9e40-441a-b7a0-ee2ff38cd4fe) Correct, it works with...

@zhxnlai @tinder-cfuller @tinder-zlai any word about this? This would be an awesome merge.

Btw: I've added `wasmJs` support to @evengard88 's fork: https://github.com/evengard88/StateMachine/pull/3

Hello @Gerizard , thanks for your message. At the moment, I don't have any immediate plans or available time to work on these developments. However, I'm open to accepting pull...

> @tylerwilson yeah it will eventually work with Kotlin 1.9.21 as well. Though since this requires kotlinx.coroutines 1.8.0-RC it's only available in the pre-release version. Once we get 1.8.0 I'll...

Addin more information: ``` ./gradlew :shared:compileKotlinIosSimulatorArm64 --stacktrace FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':shared:compileKotlinIosSimulatorArm64'. > Compilation finished with errors * Try: >...

Invalidated caches and: ``` ./gradlew :shared:compileKotlinIosSimulatorArm64 ... > Task :shared:compileKotlinIosSimulatorArm64 UP-TO-DATE ... BUILD SUCCESSFUL in 6s ``` for versions: ``` kotlin = "1.9.20" / "1.9.21" kotlinxAtomicFu = "0.23.1" ``` 🥳

Hello @mvicsokolova , I've two samples: - [Expressus](https://github.com/GuilhE/Expressus/blob/main/shared/build.gradle.kts) - [WhosNext](https://github.com/GuilhE/WhosNext/blob/main/shared/build.gradle.kts) They both will show that message on Android Studio.

Still happening with: ``` kotlin = "2.0.0-RC1" kotlinxAtomicFu = "0.24.0" ``` ``` Android Studio Iguana | 2023.2.1 Patch 2 Non-Bundled Plugins: com.jetbrains.kmm (0.8.2(232)-20) org.jetbrains.compose.desktop.ide (1.6.2) ```