You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a kotlin file is renamed a class that was previously provided by the old file will now be provided by the new one.
This fix reloads the class file location to make sure that it is a true delete, otherwise the first reload after a rename will fail.
0 commit comments