マルチモジュールの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
これに関するヘルプをいただければ幸いです。