Join Slack
Powered by
I’ve noticed interesting “bug”, if i use `Date` in...
# 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
#C0B8H786P
😞 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.
Open in Slack
Previous
Next