Upgraded to latest Kotlin Plugin in intellij and n...
# random
c
Upgraded to latest Kotlin Plugin in intellij and noticed this is changed all the time now:
Copy code
<option name="PACKAGES_IMPORT_LAYOUT">
        <value>
          <package name="" alias="false" withSubpackages="true" />
          <package name="java" alias="false" withSubpackages="true" />
          <package name="javax" alias="false" withSubpackages="true" />
          <package name="kotlin" alias="false" withSubpackages="true" />
          <package name="" alias="true" withSubpackages="true" />
        </value>
      </option>
Did that happen to everyone?
d
yup
It’s since 1.4 plugin
c
@Davide Giuseppe Farella do you happen to have any more info on it. Not sure what it actually does. I guess I shouldn't worry! 😃
d
No I don't, I just know we struggled because my AS was adding it and my coworkers' one was removing it and we could not wrap our head over it 😂
👍 1