DSL element ‘android.dataBinding.enabled‘ is obsolete

Posted 安果移不动

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DSL element ‘android.dataBinding.enabled‘ is obsolete相关的知识,希望对你有一定的参考价值。

DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataBinding'.
It will be removed in version 7.0 of the Android Gradle plugin.
 

buildFeatures{
        dataBinding = true
        // for view binding :
        // viewBinding = true
    }

以上是关于DSL element ‘android.dataBinding.enabled‘ is obsolete的主要内容,如果未能解决你的问题,请参考以下文章

谈谈 DSL 以及 DSL 的应用(以 CocoaPods 为例)

markdown [查询DSL]弹性搜索查询DSL #elasticsearch

Kotlin DSL 学习

Kotlin DSL 学习

DSL的概念

我可以将 elasticsearch-dsl 的 IpRange 子类化以供 django-elasticsearch-dsl 使用吗?