https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
e

egorand

04/07/2019, 10:33 PM
Trying to upgrade Okio from Gradle 5.1 to 5.3.1. There’s a
: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?
a

Alexey Belkov [JB]

04/08/2019, 11:01 AM
Could be https://youtrack.jetbrains.com/issue/KT-30378. If not, I believe it's not a known problem, please report to http://kotl.in/issue.
e

egorand

04/08/2019, 12:40 PM
thanks! can’t say whether that’s the issue I’m facing based on the description, so I’ll file anyway
sharing the link here for reference: https://youtrack.jetbrains.com/issue/KT-30881
👍 1
2 Views