Sven Jacobs

Results 163 comments of Sven Jacobs

I think this relates to #369. Composable Modifier factories are now officially permitted by Google so `ComposeModifierWithoutDefault` needs to be updated and `ComposeComposableModifier` removed.

I'm having the same problem since updating to Kotlin 2.0.0. I'm also using the Gradle plugins within convention plugins. [Here's](https://github.com/svenjacobs/reveal/actions/runs/9304710361/job/25609949081?pr=132#step:5:1178) a failed build. [This workaround](https://github.com/JetBrains/compose-multiplatform/issues/4773#issuecomment-2100795877) didn't work for me. Also,...

It seems the fix was too late for `1.6.11`? Which stable release will contain this fix?

Same problem here. Interestingly I only see this error on macOS and not on Linux. ``` ❯ zinit version zinit v3.13.1-11-gd05a5301 (darwin21.3.0_arm64) ❯ zsh --version zsh 5.9 (arm-apple-darwin21.3.0) ```

Hello @myounis97, thanks for the bug report. I can confirm this behavior. I will have a look into it 👀

This has been fixed in #130. You're right that `rev` briefly becomes `null`. That is if a configuration change like dark mode is not [explicitly handled](https://developer.android.com/guide/topics/resources/runtime-changes#react-changes-compose) by an application, the...

@myounis97 By the way, what a funny coincidence that [your library](https://github.com/myounis97/revealable) has a similar name 😁

Probably related [issue](https://github.com/JetBrains/compose-multiplatform/issues/4815).

Waiting for [Compose MP 1.7](https://github.com/JetBrains/compose-multiplatform/issues/4815#issuecomment-2203519572) to fix the build issue.

Compilation now works because of Compose MP `1.7.0-rc01`. Waiting for the final release.