Is there any updated information about how to deal...
# codingconventions
d
Is there any updated information about how to deal with dashes in domain names when deciding on a package name? The Java conventions say to use
_
, but IntelliJ now warns about that in Kotlin.