Is it best practice in kotlin to use imports with ...
# announcements
v
Is it best practice in kotlin to use imports with
*
or is it prefered to write out all import statements?
l
I believe the JetBrains style guide allows
*
imports when you import 5 or more classes from a package.
Personally I'm all for individual imports except from
synthentic
❤️ 1
c
Ktor seems to recommend importing with * whenever possible.