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

BorzdeG

10/03/2018, 2:30 PM
Tell me, what is not configured in the project https://github.com/BorzdeG/example-hello-multiplatform? When I run “./gradlew clean check” I get the error:
Copy code
> 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. Thread in Slack Conversation