is the official kotlin code style really no star i...
# codingconventions
c
is the official kotlin code style really no star imports?
e
https://ktor.io/docs/code-style.html ktor uses different style for some reason
c
hmm that page says “The Official Coding Conventions don’t define what’s the recommended way of using imports. The IntelliJ default is to include star (
*
) imports after importing at least 5 symbols from a package.” but for a newly created project it was “use single name import”. but if the coding conventions don’t define it i will just change it
*
to when at least 5