This message was deleted.
# kotlin-dsl
s
This message was deleted.
t
it could have
null
value - there is
.orNull
method available. Though using
Provider<T?>
imho is just indicative thing to show that provider may have
null
value
j
I would like this to be improved and add new builders to safety create providers based on T or T?. And renaming and/or adding
getOrNull()
accessor as consuming it from Kotlin can lead to don’t find
orNull