You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now due to the bug of Kotlin compiler, adequate type inference for request body in the library's DSL is not working ( https://youtrack.jetbrains.com/issue/KT-31098 ).
As soon as the bug gets fixed in the future releases of Kotlin, we need to revert Body.Delegate to use inline setter with reified type parameter.
The text was updated successfully, but these errors were encountered:
Right now due to the bug of Kotlin compiler, adequate type inference for request body in the library's DSL is not working ( https://youtrack.jetbrains.com/issue/KT-31098 ).
As soon as the bug gets fixed in the future releases of Kotlin, we need to revert
Body.Delegate
to use inline setter with reified type parameter.The text was updated successfully, but these errors were encountered: