Issue to build composite project

Hello,

I’m developping an Android application mainly implemented in Cpp and using CMake as main build system. Gradle is used to build Java / Android sources. The project is using Firebase Cpp SDK which was using Gradle 3.3.3. I need now to upgrade to Gradle 4.1.0. I changes all my version of Gradle but I got this error:

  • What went wrong:
    A problem occurred configuring root project ‘android-build’.

Included build ‘firebase_cpp_sdk’ not found in build ‘android-build’.

Owever it was working smoothly with Gradle 3.3.3. I have search for migration information but cannot find any information explaining what could have change and explain this issue. I’m firstly Cpp / Cmake developer so my level and understanding of Gradle is quite limited ;-).

Thanks for the help

Best regards,

Loic