Hi guys, what’s equivalent of `import static com.y...
# announcements
h
Hi guys, what’s equivalent of
import static com.yourdomain.something.class
of Java in Kotlin?
m
haxpor: A normal
import
covers that case. See https://kotlinlang.org/docs/reference/packages.html