Is your feature request related to a problem? Please describe.
When @NoDelegation
is used to mark a method, ktorfit ignore it and implement the methods anywise.
Describe the solution you'd like
Check if a method with @NoDelegation
or have a default implementation don't override it.
Provide more options to configure how ktorfit works.
Describe alternatives you've considered
No response
Additional context
No response