I cannot build my project anymore. I always get this gradle sync issue:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Invalid revision: 3.18.1-g262b901-dirty
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
These are things I tried but did not resolve the issue:
- Reinstalled CMake version 3.18.1
- Tried cleaning my cache
Also, I cannot use the solution here (which suggests downgrading my CMake version) because I got to use 3.18.1.
Any suggestions please?