Closed
requested to merge github/fork/naveenOnarayanan/movingExtraClasspathToTopOfGeneratedIml into master
Created by: naveenOnarayanan
In order to prevent Intellij from picking the first incorrect R.class
file from the module dependencies, we need to move its own extraClasspath
dependencies higher than external modules such that the first lookup of R.class
will come from the module's generated directory.
This is required for support layout-preview with BUCK in Intellij.