egorand
04/07/2019, 10:33 PM:samples
module containing Java code that uses types declared in the common
source set of the main module. After the upgrade :samples:compileJava
started failing with a lot of cannot find symbol
errors, pointing to those types. The dependency on the main module is declared as implementation project(path: ':okio', configuration: 'runtimeElements')
. Have there been any changes that could’ve broken our setup?Alexey Belkov [JB]
04/08/2019, 11:01 AMegorand
04/08/2019, 12:40 PM