Is it possible that specifying project dependency ...
# gradle
i
Is it possible that specifying project dependency this way:
compile 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.