i tried to add a multiplatform module to a set of ...
# multiplatform
n
i tried to add a multiplatform module to a set of existing ones on ktor-client-json this happens: https://asciinema.org/a/OrWy9wtmxzEAxfsSiVSCf0c45 all those lines of errors are just fine according to idea code is here: https://github.com/NikkyAI/ktor/tree/kotlinx-serialization-module/ktor-client/ktor-client-features/ktor-client-json/ktor-client-kotlinx-serialization i suspect this might be a multiplatform bug ? this contains jsut a single expected / actual and it seems like the compiler freaks out and errors on every single statement in one module
e
Hi, @Nikky. Did you create any platform module?