Has anybody ever had this an issue with moving kot...
# announcements
d
Has anybody ever had this an issue with moving kotlin classes to another package via Android Studio/Intellij? After moving some classes, every reference to those classes now use the full package name rather than importing it, e.g.
com.example.x.y.z.ClassName
instead of just
ClassName
. Before moving the classes, all imports were in place. The classes also include synthetic imports from the Android extensions, not sure if that makes any difference.