Подскажите, что не так настроено в проекте
https://github.com/BorzdeG/example-hello-multiplatform ?
При запуске "./gradlew clean check" получаю ошибку:
"> 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"
При этом, в IDEA ошибок нет - только во время выполнения кода.