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
Is your feature request related to a problem? Please describe.
Currently it's not possible to make type of a @ Body parameter nullable. Ktor supports setting a null body. We should remove the check for the type and allow adding a nullable type. The user can still decide to use a non-nullable type.
Describe the solution you'd like
Body type can be nullable and Ktorfit throws no compilation error
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently it's not possible to make type of a @ Body parameter nullable. Ktor supports setting a null body. We should remove the check for the type and allow adding a nullable type. The user can still decide to use a non-nullable type.
Describe the solution you'd like
Body type can be nullable and Ktorfit throws no compilation error
The text was updated successfully, but these errors were encountered: