<@U181YPG59> You cannot bind a nullable type. As <...
# kodein
s
@gregschlom You cannot bind a nullable type. As @tonic said, you can use the
*OrNull
functions to retrieve something if the type has been bound or
null
if it hasn't.