从谷歌codelabs上克隆的软件,在Android Studio中构建的时候提示:
A problem was found with the configuration of task ‘:app:compileDebugKotlin’ (type ‘KotlinCompile’).
In plugin ‘kotlin-android’ type ‘org.jetbrains.kotl...
DSL element ‘android.dataBinding.enabled’ is obsolete 解决方法从谷歌codelabs上克隆的软件,在Android Studio中构建的时候提示:
DSL element ‘android.dataBinding.enabled’ is obsolete and has been replaced with ‘android.build...
jcenter() is deprecated 解决方法从谷歌codelabs上克隆的软件,在Android Studio中构建的时候提示:
Please remove usages of jcenter() Maven repository from your build scripts and migrate your build to other Maven repositories...