Jens Klingenberg

Results 88 comments of Jens Klingenberg

I don't know why. Just tried it on an other PC and i had no problems. Which versions did you use before? 1.10.2? This is the diff to that version...

Hi @ferenczAndras , currently your only way to detect that exception is to wrap the code, where you do the request, inside a try-catch. I started working on improving that...

Hi, i like the idea. I dont think i will find the time to implement this. But in case someone wants to do it, it seems there is an generator...

Thank you for your bug report and the workaround!

Hi, with Ktorfit 1.9.1 the warnings are suppressed. It's still planned to optimize the code, but that will come later.

Hi @esafirm , thank you. I understand your concerns. Yes, it was done this was way to mimic Retrofit. It`s not really documented, but Ktorfit also generates an extension function...

Till we find a better solution we will keep the compiler plugin. I would like to find a solution where it's not needed anymore

@esafirm With Ktorfit 2.0.0 I found a way to make the extension functions usable from commonMain. The compiler plugin is for now still part of the project, but when you...

Hi @meshileya, thank you for this information.