BorzdeG
10/03/2018, 11:59 AM> Task :hello-other-common:jar
e: .../hello-other-jvm/src/main/kotlin/hello/other/jvm/HelloOtherData.kt: (3, 21): Unresolved reference: HelloCommonData
e: .../hello-other-jvm/src/main/kotlin/hello/other/jvm/HelloOtherData.kt: (5, 48): Unresolved reference: HelloCommonData
> Task :hello-other-jvm:compileKotlin FAILED
At the same time, there are no errors in IDEA - only during the execution of the code.Burkhard
10/03/2018, 12:07 PMBorzdeG
10/03/2018, 12:11 PMBurkhard
10/03/2018, 12:17 PMHelloCommonData
as HelloOtherData
.api
in the dependencies. I remember having some problems when switching form the old compile
to api
and implementation
.nfrankel
10/03/2018, 12:21 PMBorzdeG
10/03/2018, 12:22 PMapi
you also had to use expectedBy
nfrankel
10/03/2018, 2:29 PMBorzdeG
10/03/2018, 2:31 PM