I currently upgraded Android Studio to Canary 14 which forces me to update Gradle to 7.0-rc-1, so I upgraded Gradle to rc-2. Now I'm not able to run my android project. It uses a composite build (which is also a standalone project) to configure the project but the build is not included anymore. At first I upgraded the composite build but one issue occured, see screenshot. Further I changed JDK (to 16) and did an Invalidate and Restart. Anyway I'm not able to build the composite build neither with AS nor with IntelliJ. Any ideas?