does kotlin optimize imports in some way? IntelliJ...
# announcements
s
does kotlin optimize imports in some way? IntelliJ really really wants me to import
java.util.*
when I only have an
ArrayList
and
UUID
in the file...