sdeleuze
03/08/2023, 11:01 AMkotlinx
repositories/projects naming and if there are strong reasons for using different separators.
There are 18 related repositories on https://github.com/orgs/Kotlin/repositories?q=kotlinx:
• 8 are using .
separator like kotlinx.coroutines
or kotlinx.serialization
• 10 are using -
separator like kotlinx-atomicfu
or kotlinx-io
I am personally in favor of using -
, but what I really care is consistency + having a clearly defined naming rules for upcoming projects. GitHub handles pretty gracefully redirect in such renaming so I am wondering if would make sense to use kotlinx-
everywhere, or if you think that ship has sailed and it is too late to avoid 2 variants.