-
Hi Touchlab,
I tried to implement CrashKiOS for our project and was successful when the app was built for development on iOS. In the production environment, there was a crash immediately after the …
-
---
**From the maintainer Li Haoyi**: I'm putting a 3000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
---
This is a follow up issue to https://github.co…
-
I'm using kotlin multiplatform 2.0.20 and moko versions as per build.gradle info below.
I also attached a screenshot. I only get a build error but Android Studio does not complain about anything..…
-
Currently ObjectBox supports using KAPT for processing annotations in Kotlin.
KSP is a new Kotlin annotation processing framework by Google and supported by Jetbrains that processes annotations in a…
-
The [Compose Multiplatform framework](https://www.jetbrains.com/lp/compose-mpp/) can be used to build desktop apps for Windows, Linux, and Macos (as well as web) using kotlin.
## Core
Due to how…
-
### Description
There is already some small usage of this dependency in the `jballerina-unit-test` module ([here](https://github.com/ballerina-platform/ballerina-lang/blob/dff4f9356c82fd9fa2d8dc5cadf…
-
**Which version of Kotest are you using**
Kotest 5.9.1
Hi!
We ran into an issue testing our KMP codebase against Kotlin 2.0.20-Beta2 (Beta1 works, 2.0.10-RC also works).
Kotest fails to start …
-
### Version
2.3.0
### Platforms
Android
### Device Model
Android emulator, VanillaIceCream
### flutter info
```sh
[√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [Version 10.0.22631.4…
-
I'm trying to build a multiplatform library that uses CryptoKit. I've implemented code similar to the KCrypto example. When building a framework for iOS or when running a test on the iOS simulator, ev…
-
I have tried to run a simple test-case with Mockk https://mockk.io/, but it doesn't work.
````
class PitMockkDepUseCaseTest {
@Test
fun test() {
mockkConstructor(PitProvider::…