-
**Describe the bug**
Cbor won't import with the following in my gradle file:
implementation("org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.3.3")
I get a bad getway error and the following:
…
-
I have 2 kmm libraries. Crashkios referenced by Library A , and no reference by Library B. When the B library crashes, the Crashkios of the A library cannot catch the exception. Is this normal?
-
### SQLDelight Version
1.5.3
### Operating System
any
### Gradle Version
7.1.2
### Kotlin Version
1.6.20
### Dialect
Sqlite
### AGP Version
N/A
### Describe the Bug…
-
**Describe the bug**
it just issue this alert:
```
Cannot create listener
com.intellij.diagnostic.PluginException: Cannot create listener com.mallowigi.startup.KotlinVisitor [Plugin: com.mal…
-
# Resuming game
### It would be nice if the user could resume the game from where they left off the last time.
The flow could be something like this :
1. User chooses a `difficulty level`, sta…
-
There are a bunch of user preferences to be stored, see #53.
TODO
- [x] Choose a persistence library (preferably a [KMM](https://kotlinlang.org/docs/multiplatform.html) one, see [here](https://git…
-
Although there are some Flows that look like they could be used to detect closed/ended/muted tracks (`onRemoveTrack`, `onEnded` and `onMute`) they don't seem to ever emit values on Android.
Is the…
-
Hi, first of all, thanks for this awesome library, we are using in our KMM project, and its working great. We do have this issue that occurs on some devices, we have seen it on android 11 and 12, and …
-
**Describe the bug**
I have included the library via KMM. I have added the dependency in commonMain. Now I built a wrapper around the class in shared code in Kotlin. This looks like this:
```
clas…
-
Hi there,
I am working on KMM project and want to implement pytorch in my kmm but getting error
Could not resolve de.voize:pytorch-lite-multiplatform:0.3.3.
Required by:
project :shared