From the Kotlin documentation: If a function does not return any useful value, its return type is Unit. Unit is a type with only one value — Unit.VALUE.
From the Kotlin documentation: If a function does not return any useful value, its return type is Unit. Unit is a type with only one value — Unit.VALUE.