
I can add subproject into my composite project. How can I remove the subproject from composite project from IDE.
I manually remove the “includeBuild” from settings.gradle
Is it correct?

I can add subproject into my composite project. How can I remove the subproject from composite project from IDE.
I manually remove the “includeBuild” from settings.gradle
Is it correct?
Hello!
Yes, removing includeBuild from settings.gradle will exclude the referenced subproject from the composite project build process.
If you want to completely remove the subproject, you also need to
Regards,
Dmitry