Jens Klingenberg

Results 88 comments of Jens Klingenberg

Hi @ahmadmssm is you android test folder name ending with "Test" ? The Gradle plugin is looking for that and then attaching the KSP plugin. Please try to manually add...

Hi @Monabr for me its look all missing classes are related to the Ktor Websockets plugin and not Ktorfit. Try adding this to your proguard/R8 file: -keep class io.ktor.client.network.sockets.** {...

Thank you for the report and example repo! I always used getSymbolsWithAnnotation, so i'm suprised that it was working before 🤔

I tried it with getDeclarationsFromPackage but that also can't resolve the ExternalModel class

Hi, with 2.0.1 this should be fixed

I tried to find aworkaround but i couldn't find a reliable one. The Kotlin team decided to handle single target compilation different to multiple targets, i don't know why

I found a workaround for that issue with Ktorfit 2.1.0. Please also see: https://foso.github.io/Ktorfit/knownissues/#kmp-project-with-single-target

Hi @eygraber , wasmJs support is planned, the problem is that i want to ship the library with latest stable of Ktor. And i can only add the wasmjs target...

yes, i think i will do it that way