Jens Klingenberg
Jens Klingenberg
Hi @OSemenovBoyarka , with Ktorfit 2.1.0 you can now change that behaviour, please see: https://github.com/Foso/Ktorfit/blob/master/docs/CHANGELOG.md#changed
hi @theapache64 thank you for reporting the issue!
Hi, do you know if there is any documentation about the android multiplatform library plugin ?
Thank you very much for the informations! I think i will add a check if a sourceset with "Test" exist and only then apply KSP
Hi with version 2.1.0 i added the check for "test". It should not lead to compilation error anymore, but you would have to add ksp manually for e.g. the androidTestWithDevice...
The two open KSP issues are resolved, i tried it KSP2 and it worked
It's only working in Android only projects [[KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations](https://github.com/google/ksp/issues/1753) is still an issue
I like the idea, but i don't have time for it. When someone else want to implement it, go for it!
@sschuberth You are right, i will close this one
@deividasstr isn't that working? ``` internal class UnsuccessResponseConverterFactory : Converter.Factory { class UnsuccessResponseSuspendConverter( val typeData: TypeData, val ktorfit: Ktorfit ) : Converter.SuspendResponseConverter { override suspend fun convert(result: KtorfitResult): Any =...