Christian Holzer

Results 7 comments of Christian Holzer

Hi Valentin, thanks very much for the quick reply and solution. Actually your suggestion with `{ koa: ctx }` solves my problem. I think in general it makes sense to...

> @holzerch have you found a workaround for this? I've tried playing with a lot of versions but have not come up with a winning combination yet sadly no. I...

Hey Derek, thanks for the explanation. I wasn't aware of that. Since I don't want to downgrade my Kotlin version to 1.6, I tried the v7 alpha version sadly without...

@samuelAndalon could you please release the current state of the v7 as another alpha?

> Can you provide a link to a repository that reproduces this issue? @dariuszkuc Here is a repo to reproduce the error. Just run `./gradlew build` https://github.com/holzerch/gql-client-kotlin-serialization-bug It is just...

Thanks for digging up the root cause @dariuszkuc I just want to point out that you can workaround the problem by changing the structure of the generated code a little...

You can find a sample to reproduce the issue here on this special branch https://github.com/holzerch/gql-client-kotlin-serialization-bug/tree/1880-build-issue It looks like the problem is caused when the plugin `id("org.graalvm.buildtools.native") version "0.9.28"` is placed...