I’ve noticed interesting “bug”, if i use `Date` in...
# announcements
d
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
#C0B8H786P
😞 1
j
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.