You can also use typealiases, basically `typealias...
# announcements
k
You can also use typealiases, basically
typealias Runnable = () -> Unit
would be the equivalent to
java.lang.Runnable
.