我正在关注Google Codelabs 的即时应用程序,并且我正在尝试创建topeka-ui
(即时应用程序的 UI 功能模块)。
它告诉我为该 UI 模块启用这样的数据绑定:
当我尝试在 android 块内启用数据绑定时,我在 gradle 构建期间收到以下错误。
Error:Currently, data binding does not work for non-base feature modules.
Please, move data binding code to the base feature module.
See https://issuetracker.google.com/63814741 for details
我该如何解决?