Hello all. I have been trying to refactor a java project both maven and gradle based. So moving a class from one folder to another triggers the bug. Tried moving a class from com.gppak.service to com.gppak.restclient and instead the class is moved to com.gppak. also com.gppak.restclient gets created as a folder.
