-
It would be nice to have an example of calling C/C++ code, or at least how to build native code along with a Flutter app. This may purely a Gradle question, but its not clear to someone that's not an …
-
There's a compile error when adding Compose dependency in the `android/build.gradle`. Is there any prerequisites required to use `flowredux:compose`?
Our project structure:
```
// shared/bu…
-
The Android version of example application builds fine and see resources from "worldwind" common resources, but the JS example application shows an error during build, because it does not see images i…
-
Hello! Thanks for these libraries.
I'm working through an OAuth PKCE implementation and stumbled upon your [SecureRandom](https://github.com/chRyNaN/krypt/blob/develop/krypt-csprng/src/commonMain/k…
-
I cloned the repo, imported the mobile app into Android Studio and tried to run it without any modification. The result is this error:
```
e: //sentry-kotlin-multiplatform/Samples/mobile-app/app/s…
ln-12 updated
2 years ago
-
I want to create an ios `Archive` to upload it to TestFlight. But build stops with error:
`.gradle/caches/modules-2/files-2.1/dev.icerock.moko/resources-iosarm64/0.20.1/6b42c68f8be2f10e5ff5ee92da4…
-
-
I want to use grpc in kotlin multiplatform mobile. grpc will support kotlin multiplatform mobile?
-
When using in multiplatform projects, we need those missing targets:
- iosArm32
- iosArm64
- iosSimulatorArm64
- iosX64
- tvosArm64
- tvosSimulatorArm64
- tvosX64
- watchosArm32
- watchosArm6…
-
There's no "discussions" so I thought I'd ask. I started looking through the code. Is there a reason the library has both direct cinterop and a pod dependency? I would assume the pod is to link for te…