I love the syntax of `import kotlin.*` to get ever...
# language-proposals
b
I love the syntax of
import kotlin.*
to get everything in basic Kotlin in one go (so I wanna do that with my own
import org.bh.*
), and I love seeing these obviously-related global convenience variables in the same file as the class they're conveniencing