Join Slack
Powered by
how can I prevent IJ from inserting `import java.l...
# intellij
d
Dalinar
11/15/2016, 10:18 PM
how can I prevent IJ from inserting
import java.lang.String
and
import java..util.Set
? without these import statements my kt file compiles fine because it thinks it is kotlin.String ... but when I rebuild IJ keeps putting those java imports back
Open in Slack
Previous
Next