もともとはGradlePluginの3.1.2
を使っていたところ3.2.0
にアップデートすると下記のエラーがでてbuildができなくなった.
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
> com/android/ide/common/res2/ResourceSet
使っている他のgradle pluginのバージョンが足りてなかったのが原因でした.
- buildTools: 28.0.3
- kotlin: 1.2.30 -> 1.2.61
- fabric: 1.22.1 -> 1.25.4