Join Slack
Powered by
How do I import a Kotlin class that's not in any p...
# announcements
d
dave08
01/30/2018, 6:01 PM
How do I import a Kotlin class that's not in any package? Or should all classes be in a package, but just not in all the nested directories?
j
janvladimirmostert
01/30/2018, 6:19 PM
import ClassName
should be enough
👍🏼 1
4
Views
Open in Slack
Previous
Next