Remove Subproject from Composite Project

image

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

  • delete its folder;
  • if any references to this subproject were added manually elsewhere, make sure to remove those as well.

Regards,
Dmitry