Jens Klingenberg

Results 88 comments of Jens Klingenberg

Hi @schwiz , when the Android Emulator says "404", try the following: Open the React Native Debug Menu **https://facebook.github.io/react-native/docs/debugging**, on my PC it's Strg+M inside the Android Emulator. Then go...

Hi @Monabr the idea behind qualifiedTypename was to have a way to get access to the full path from inside a ConverterFactory for non-JVM targets, because there you only get...

Yes, you can try 2.0.0-beta1 https://foso.github.io/Ktorfit/CHANGELOG/#qualifiedtypename-in-ktorfit

Sorry, i don't know, i never used it.

It just tried to reproduce it, the exception is propagated to the catch block and then to the exceptionhandler https://github.com/Foso/Ktorfit/blob/237e2133f12935377626a7c6fba50980efc982de/example/AndroidOnlyExample/app/src/main/java/de/jensklingenberg/androidonlyexample/MainActivity.kt#L79

Thank you for your bug report!

Hi, I just updated the example project to multi module and i don't have any issues https://github.com/Foso/Ktorfit/tree/master/example/MultiplatformExample

okay, thank you for trying it. Maybe i find a solution

Hi @alekseyHunter , are you using KSP2 (ksp.useKSP2=true) ? If so, Ktorfit is not compatible because of a bug in KSP2