-
Reproduce:
1. Clone the Google KMP sample repo https://github.com/android/kotlin-multiplatform-samples and open "Fruitties".
2. Bump Kotlin to 2.0.0, ksp to 2.0.0-1.0.21.
3. Also need to bump Ski…
gosr updated
2 months ago
-
For Java/JVM usage, currently, there is only a [JNI wrapper](https://github.com/libjxl/libjxl/tree/main/tools/jni/org/jpeg/jpegxl/wrapper) available for the Decoder. I wish for an Encoder.
Addition…
-
It's possible to install NPM packages via `implementation(npm(...))` and create bindings through `@JsModule(...)` annotation
Ideally we install `@sentry/browser` and wrap our KMP sdk around it.
…
-
### Page URL
https://firebase.google.com/codelabs/firebase-auth-in-flutter-apps#6
### Page source
_No response_
### Describe the problem
Step 4 under "Configure sign-in button" instruct…
-
### SQLDelight Version
2.0.2
### IDE Version
Android Studio Koala | 2024.1.1 Patch 2
### Dialect
SQLite
### Describe the Bug
When using the IntelliJ plugin, when I try to create a…
-
**Describe the bug**
I have the KMP network module with structure like this:
```
shared:network/
├── commonMain/
│ └── com/
│ └── example/
│ └── network/
│ ├── …
-
### How frequently does the bug occur?
Always
### Description
Hey,
if you use Kotlin Multiplatform with an Android module and Realm you most likely also use Robolectric. If you run some re…
-
### Use case
We're using Apollo Kotlin in a Multiplatform project targeting both Android and iOS. For a long time, we've been seeing slower cache read durations on iOS compared to Android, sometimes …
-
When adding this lib as a dependency and using `painterResource`, the app crashes on Android:
```
java.lang.IllegalStateException: No instrumentation registered! Must run under a registering instrum…
-
Hello!
I'm running a Compose Multiplatform app using GitLive Firebase library.
Two main folders exists in my project:
- iosApp
- ComposeApp
Using the Compose Multiplatform Wizard, all th…