ln-12
ln-12
I think you main misunderstanding is the difference between a simple `var` and a `MutableStateFlow`. A `var` cannot be observed. The framework has no chance of automatically getting notifications if...
Hey, are there any updates on this? I read an [article at the german news site heise](https://www.heise.de/news/Smart-Home-Standard-Matter-soll-bislang-inkompatible-Komponenten-verbinden-6237042.html) which states that there are 60 devices which are currently being certified and...
I could find out that the problem is caused by the combination of [atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) and using this library [via DSL](https://github.com/icerockdev/moko-kswift#using-the-plugins-dsl). The build for [this commit](https://github.com/ln-12/kswift-error/commit/5bbda9054bf328f840c82cf9a95618025a95a8ad) fails for me, when I...
For me, adding [this config](https://github.com/icerockdev/moko-resources/issues/353#issuecomment-1179713713) solved the problem while using AGP 7.3.0
> Have you tried to add new resources after upgrading AGP? For example, add a new string to the xml. For me, the MR object becomes inaccessible on Android side...
Hey @VojtechBartoska, I am using 2.0.3 (stable) and experiencing the same issue.
I don't know if it helps, but for me the message is showing up right before the connection drops. After the connection is lost, I reconnect and it works fine.
>  I know that you can't really debug this issue without a sample to reproduce, but (at least for me) the issue does not occur consistently. Sometimes my connection...
Hey @kramlex, I tried to use your solution, but could not get it working. I added a debug output, but it only prints `nil`. I double checked on the KMM...
Thanks @kramlex, I found another approach which is working fine for me.