Join Slack
Powered by
Hi guys, what’s equivalent of `import static com.y...
# announcements
h
haxpor
05/15/2017, 5:17 PM
Hi guys, what’s equivalent of
import static com.yourdomain.something.class
of Java in Kotlin?
m
michaelsims
05/15/2017, 5:36 PM
haxpor: A normal
import
covers that case. See
https://kotlinlang.org/docs/reference/packages.html
Open in Slack
Previous
Next