It looks like Unit is a concrete version of Unit (...
# android
t
It looks like Unit is a concrete version of Unit (https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html). You see that practice a bit in java with the
Void
type, except the
Void
type in java can’t be constructed and so the only valid value is
null
.