ilya.gorbunov
03/24/2017, 4:45 AMcompile project(path: ':projectA')
and this way:
compile project(path: ':projectA', configuration: 'default')
produces different results?
I add additional jar to the default configuration of projectA and in the former way that jar doesn't get to the compile classpath of a dependant project.