`Duration.toMinutespart` is very useful in Java . ...
# android
j
Duration.toMinutespart
is very useful in Java . Why Kotlin does not have such of this useful function ???
t
Generally speaking you should be able use the same functions from within Kotlin. Kotlin is using a superset of the Java functions, so it should be present.
👍 1