I am getting below error in intellij for a gradle project. I am importing existing gradle project and trying refresh it in gradle window.
Error:No such prope
I just had to downgrade gradle from 5.1.1 to 4.10.3 to resolve it. However it caused an another error: “cannot resolve symbol R” in Android Studio. I was using gradle 3.3.0. It was the main culprit. Gradle 3.2.1 removed the error.