-
# Issue
## Pre-submission Checklist
- [ ] I have verified that the issue occurs with the latest release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-vo…
-
While [Ktor doesn't support Kotlin/Native yet](https://youtrack.jetbrains.com/issue/KTOR-746) maybe the Kotless DSL can be ported. I do believe it will reduce cold boot times and costs, maybe even fun…
-
### SPECIFIC ISSUE ENCOUNTERED
Some android phones crash on ARcore initialization. All apps downloaded from market are crashing. Tested devices are in supported ArCore list.
Finally I have found t…
-
When building against the upcoming compose multiplatform 1.7 alphas, I see this warning when building an iOS app.
Repro: https://github.com/ZacSweers/FieldSpottr/pull/26
```
Showing Recent Issu…
-
### Problem Statement
I have been [playing](https://github.com/rickclephas/NSExceptionKt/blob/20bd9e2ee0a163ddfb5cccb258ed94c4ff720200/nsexception-kt-sentry/README.md) with Sentry in a Kotlin Multipl…
-
### How frequently does the bug occur?
Always
### Description
Our Android app uses a Local Realm database to store data (io.realm.kotlin:library-base:2.1.0).
I've built a release Android APK with …
-
Please Create a splash screen for the application within the native_kotlin/retrofit folder.
Splash screen should cover the full screen, the application should open to the splash screen, display …
-
**Describe the bug**
Firefox Focus has an update. I try to use FfU to update it, but it crashes _while_ downloading before starting update.
**To Reproduce**
Please insert the steps to reproduce the …
-
This code is impossible to deserialize:
```
@Serializable
data class EditPromoCodeRequest(
val code: String? = null,
val owner: UserQuery? = null,
)
@Serializable
sealed interface…
-
I'd like to be able to initialize and use Rust from multiple languages at the same time [in the same process].
Example use case:
From React-Native Javascript, call into Rust which then calls out…