How do I import a Kotlin class that's not in any p...
# announcements
d
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
import ClassName
should be enough
👍🏼 1