我有一个多模块 android 项目。使用core
和main
作为模块。
我在两个模块上都使用数据绑定。但是每当我尝试在核心模块项目构建上启用 testCoverage 时都会失败并出现错误
java.lang.RuntimeException: Found data binding errors.
Cannot find the setter for attribute 'app:marginStart' with parameter type int on android.widget.LinearLayout.
file:///Users/abhimanyushegokar/droid/myproject/build/intermediates/exploded-aar/droid/core/unspecified/proj/res/layout/my.xml Line:25
对此的任何帮助将不胜感激。