Thijs Koppen
Thijs Koppen
I'm currently using `readNext()` in 2 ways; - to read the headers only - to read the first X rows to grab a preview of the CSV file, without needing...
Hej Jens, I just started playing around with Ktorfit today, but I'm running into the same issue here. My project's app is a Compose Multiplatform project (currently targeting Android and...
The issue seems to be fixed by adding the main source dir of the external _common_ module to commonMain. This is what I added to my `app/shared/build.gradle.kts` script: ``` kotlin...