I have created three modules for my android app namely app, domain, and data.
By mistake, I have created domain and data modules as android module instead of Java module. Now I want to replace them to Java modules.
Can anyone suggest how I can achieve this?