-
Hey during using this awesome library, I noticed a thing that bugs me a bit.
a parser rule that has multiple options
```
document: rule EOF;
rule
: OPTIONA
| OPTIONB;
```
generates int…
-
I'm trying to add Kodein version 7.22.0 to a KMP project. I started the project with Android Studio KMP plugin template, with JVM 1.8 version and Gradle 8.5. However, when trying to build the project …
-
This repo structure is different from the latest KMP template (https://kmp.jetbrains.com/) with top-level `composeApp`, `iosApp`, etc. - I'm not sure what I'm looking at yet...
How about a section …
-
1.6.10-rc01
https://github.com/Kotlin/KMP-App-Template/tree/426bead7f26ba27ba1facfbfd1d5c0f7628a437a
-
- [x] register .kmx (binary) and .kmp (zipfile) with MIME
- [X] register magic bytes in the appropriate place
.kmp will be challenging because the zip metadata is at the end
-
https://kermit.touchlab.co/docs/IOS_LOGGING
-
When i add these in the common module build.gradle file ,idea cannot identify the project file
` android()
jvm("desktop")
js(IR) {
browser()
binaries.executable()
…
-
### Environment
* Uprade Path: `H1.3.2` + `R2.8.8` (`K1.27`) => `H1.4.0` + `R2.8.9` (`K1.28`) => `K1.29`
* OS
* SLES 15 SP6 (sles@ipv4)
* Windows 11 enterprise (no rke2 testing needed)
### …
-
### Describe the Bug
Wasm error when adding the koin-compose-viewmodel artifact.
**To Reproduce**
Download the Compose Multiplatform template from [kmp.jetbrains.com](https://kmp.jetbrains.com/…
-
I'm migrating from mockative to mock. We've always had a "test-utils" submodule which also contains some mocking helpers:
```Kotlin
fun Repository.generateMocks() {
every { foo(any()) } call…