https://kotlinlang.org logo
#announcements
Title
# announcements
d

david.bilik

11/28/2017, 8:27 AM
I’ve noticed interesting “bug”, if i use
Date
in my code, it adds this import
import java.util.*
instead of just
import java.util.Date
like in Java files. Is there any purpose?
k

karelpeeters

11/28/2017, 8:36 AM
#intellij
😞 1
j

Jeff Thomas

11/28/2017, 3:37 PM
there is a setting for that in intelij Settings / Code Style / Kotlin / Imports Unfortunately you can't (yet) customize the import order like with Java.