Jens Klingenberg
Jens Klingenberg
I have an idea what the problem is. You are using the Kotlin multiplatform with only a single target. This might lead to the compile issues because the Kotlin compiler...
Is there a _UserApiImpl class in your build folder that gets generated? try it with `get.create()`
2.1.0 needs minimum KSP 1.0.24. Since Ktorfit 2.0.0 you don't need to add the ktorfit-ksp dependency manually, it will automatically be applied. Please take a look how it's done in...
Try it again, I just released a version for ksp 1.0.25. I'm wondering why you didn't got an Grade error that ktorfit-ksp:2.1.0-1.0.25 could not been found, because it only exist...
Hi. @DatL4g is right, the functions are not the same under the hood. I prefer to keep it deprecated, because when it gets undeprecated it might encourage the usage of...
Thank you for the bug report. I want to fix it, but I'm not sure how easy it will be. I need to think about what happens when there are...
Hi, with Ktorfit 2.2.0 i added this annotation for it: https://foso.github.io/Ktorfit/generation/#nodelegation
Hi, maybe i'm missing something but i'm not sure how this PR helps you. With your code change the KSP plugin would be read the value of an ArrayList. But...
Sorry for the late response. Please fix the lint error and i will merge it
Hi @OSemenovBoyarka yes that is intended. I did not think about your use case, i will take a look it how i can support it without introducing a breaking change