In my situation, the issue was that the Gradle file defined VERSION_17, but the Gradle JDK was chosen as JDK 21; as a result, I was having trouble, so I changed the JDK version to 17. Make sure both versions are same.