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
This is not possible until Kotlin's context() feature lands, because otherwise this requires defining an inline extension function (because of reified generic types) in BodyDsl
Currently:
I think it would be possible to implement the invoke operator on the various valid types to allow the following syntax instead:
The text was updated successfully, but these errors were encountered: