Results 92 comments of Nailik

> Thank you for pointing that out. Apparently this is the wrong repo. They moved to a new one here: https://github.com/processing/processing4. I will check out the issue there. That's what...

> Note on this request. For Android theoretically the JS Http Engine could be used (by only removing the Js Parameter) https://github.com/apollographql/apollo-kotlin/blob/c6a16054c57e9c3b2c2c93f895d3169b37186d8a/apollo-runtime/src/jsMain/kotlin/com/apollographql/apollo3/network/http/KtorHttpEngine.kt > > On iOS this results in an...

same issue here .. hope someone is taking a look on this

This should be fixed ASAP as since Gradle `8.0` R8 full mode is on per default https://developer.android.com/build/releases/gradle-plugin

Any news on this? It's really an issue that there is no further development and linuxArm64 is still missing https://github.com/Kotlin/kotlinx.collections.immutable/issues/145

I also recently found out that `@Stable` is compose only. But data classes should be recognized by compose as stable when they are stable. So checking that all variables are...

Nice thank you @mikepenz that's pretty much how i solved it currently. BTW there seems to be an open PR from a guy at Jetbrains that would solve the issue...

With kotlinx.collections.immutable 3.6.0 there is now finally support for all architectures and i think this could now be reopened and worked on

Maybe you could use the `@Stable` annotation on the `Library` to tell the compiler that it has runtime stability?