-
Hi there,
I was about to get started with building a new Android app with Kotlin + Jetpack Compose + Realm. Unfortunately, however, I am getting a build error before even adding a first model.
For…
-
I am a new HAM and wanted to chat over satellites. Look4Sat is the best satellite tracking software on mobile devices which can help me aim the antenna at the satellite and check the frequency. But on…
-
There's an experiment here: https://github.com/getsentry/sentry-kotlin-multiplatform
Related to: https://github.com/getsentry/sentry-cocoa/issues/741
Goals:
* Make it work with CrashKiOS: https…
-
After adding this library into commonMain, getting `Task :composeApp:compileKotlinIosSimulatorArm64 FAILED` error while running on iosApp.
### Error Detail
```
> Task :composeApp:compileKotlinIos…
-
### Description
A point I've found endlessly confusing and not well explained on the Kotlin docs... do I need my iOS shared library to be static? If so why? and if not why do I not seem to be getti…
-
### The issue
When building in Xcode I get the following error
```
{redacted}/app/iosApp/Pods/ {redacted}/app/shared/build/cocoapods/synthetic/ios/Pods/DatadogLogs/DatadogLogs/Sources/ConsoleLog…
-
First of all thanks for all the awesome libs.
I have added this dependency in my shared folder.
`api("com.rickclephas.kmm:kmm-viewmodel-core:1.0.0-ALPHA-9")
`and created this class
`class Account…
-
I have a driver container image with many drivers and I like to have all of them loaded. How can I do that with KMM? Can KMM call a script to load/unload the drivers?
Thanks
-
单纯发布到 maven 上的代码是只有 kotlin 相关的,有对 Azure SDK 的依赖,在集成不会被自动处理(类似于 compileOnly 的结果)。
也就是在集成端还是需要去声明,否则找不到对应的代码
```kotlin
cocoapods {
pod("MicrosoftCognitiveServicesSpeech-iOS") {
versio…
-
After updating KMM compose 1.9.1, The following crash is occurring .
How can I resolve this issue?
---------------------------------------------------------------------------------------------------…