-
Hi!
It's time to upgrade to Kotlin 1.5.31 and add support for arm simulators for iOS and tvOS.
-
The library is not generating the correct @property for the defined StateFlow.
Is there a script or command that needs to be executed for the correct code to be generated?
-
I tried to use the generated code, but I have `Unresolved reference: pbandk` all the time. It seems I defined the dependencies fine, but some thing is wrong and I cannot fine it.
The project is a KMM…
-
Adding a property of type `org.mongodb.kbson.ObjectId` breaks compilation of a KMM app for iOS.
Modifying the iOS enabled `final` branch of https://github.com/Kotlin/kmm-integration-sample/tree/fi…
-
Hi, I've tried to add the KMM-ViewModel to my project, however I've faced one big issue. I've prepared a branch that presents this issue: https://github.com/AKJAW/Timi-Multiplatform/commit/cb8888f21f8…
-
**Is your feature request related to a problem? Please describe.**
I am working on a shared KMM library to be used in an Android app and an iOS app.
The project consists of several gradle modules, M…
-
**Is your feature request related to a problem? Please describe.**
Missing support for [Web Push Notifications](https://developers.google.com/web/fundamentals/push-notifications).
**Describe the…
-
-
I followed the instructions in the README for my KMM project but got this unresolved reference error. What am I missing?
```
buildscript {
dependencies {
classpath("dev.icerock.moko:…
-
Would it be reasonable to try to add protobuf support out of the box?
The idea would be that you would install an npm module in your JS project that would allow you to `bind` your protobuf service,…