https://kotlinlang.org logo
#gradle
Title
i

ilya.gorbunov

03/24/2017, 4:45 AM
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.