the fields are also declared explicitly as optiona...
# android
i
the fields are also declared explicitly as optionals, e.g.
Copy code
@delegate:Transient
val uri: String? by lazy { foo() }
g
optionals -> nullable Anyway, it’s not a problem in this case