This repository was archived by the owner on May 1, 2020. It is now read-only.

Description
We have a large project that uses this library.
SO far it worked fine on both Windows and MacOS, while using the gradle plugin:
classpath 'com.android.tools.build:gradle:2.2.3'
But, today, when we updated to the new version :
classpath 'com.android.tools.build:gradle:2.3.0'
for some reason, only on MacOS, it failed to find even one generated entity.
Re-building the project didn't help.
All this, while on Windows OS it works fine.
How come?