I have a composite project with one main project and the second included with includeBuild
in settings.gradle
.
After upgrading to Gradle 7.4 and Android Studio Flamingo, the Gradle sync says it was completed successfully. But all imports in the main projects are red, and the studio shows "Kotlin not configured" hint. At the same time, the included project is also not synced properly and is not available for coding.
How to fix this problem?