I've updated Android Studio to 3.1 from 3.0 and gradle is updated from 3.1 to 4.4 : https://services.gradle.org/distributions/gradle-4.4-all.zip
I'm getting 1 error
and 1 warning
:
Error:
Cause: couldn't make a guess for com.example.example.databinding.ContentApplicationBinding
Warning:
Configuration 'compile' is obsolete and has been replaced with 'implementation'.
It will be removed at the end of 2018
How can I get it to run as before ?