Changes the way subprojects are filtered, instead of checking if the subproject has the same name as the root project, check if it has the same path. This helps with when a project contains a nested subproject with the same name as root. Do not override one with the other.
What this does
Changes the way subprojects are filtered, instead of checking if the subproject has the same name as the root project, check if it has the same path. This helps with when a project contains a nested subproject with the same name as root. Do not override one with the other.