Jason5lee
a.b.c.d
import a.b.c.d
d
Stephan Schroeder
d.something()
object D { fun something(): Unit {} } // or put it in the companion object of a normal class class D { companion object { fun something(): Unit {} } }
https://www.youtube.com/watch?v=0FF19HJDqMo&t=656s▾
A modern programming language that makes developers happier.