要在某个模块中启用视图绑定,请将 viewBinding 元素添加到其 build.gradle 文件中,如下例所示:. android { ... viewBinding { enabled = true }
確定! 回上一頁