guys, is there way to disable autoimport for speci...
# intellij
d
guys, is there way to disable autoimport for specific kotlin file? i have one absolutely ok kotlin file, but Idea always wants to import
java.lang.String
in some reason, and it screws whole class, because all my strings are kotlin strings. It happens every time i make any edit action on the file