-
Hey, i'm getting started with KMM. I tried different approaches in creating a new KMM Project but i'm unable to run any of it. My last approach is with the help of Android Studio. I created a clean Pr…
-
Hi @garriguv,
I'm working on a KMM project, and the KMM project is inside a `sample` folder.
- The ios module of the KMM project is located at `sample/ios`.
- The Dangerfile of the iOS project is…
-
Currently, if customer wishes to use ordered upgrade, he needs to create a Module with a Version field and set the appropriate labels on the nodes. We don''t allow adding the Version field to the Modu…
-
Dagger is the king of DI on Android. With the rise of KMP & KMM only service locator libs are available. It would be great if Dagger can become a multiplatform DI framework to avoid all these runtime …
-
The following occurs when running from macOS 14, which is now used for `macos-default`.
```
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
at macosRelease…
-
### SQLDelight Version
2.0.2
### Operating System
Mac OS 14.3.1
### Gradle Version
Gradle 8.7
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
### Kotlin Version
1.9.23
### …
-
## Expected Behavior
Detekt should be able to detekt issues on the `iosMain` sourceset in a KMM project.
## Observed Behavior
I've tried several different tasks and none of them are able to do it…
-
e: file:///Users/apple/AndroidStudioProjects/kmm-integration-sample1/shared/build.gradle.kts:2:11: Unresolved reference: libs
-
## Description
Attempting to setup Appium in a KMM app, currently working on the Android side. Attempting to run a basic test results in the runtime error in the title when the AndroidDriver() is …
-
Hi there!
I'm using this pod in a KMM (Kotlin Multiplarform) project, of course for the iOS version of the app.
The problem is that I'm not able to add the snippet ENV['SWIFT_VERSION'] = '5' to …