egorand
06/29/2019, 8:37 PMsrc/commonTest
and src/jvmTest
. The CI build fails with the following message:
> Task :wire-tests:linkDebugTestLinuxX64 FAILED
e: Could not find "/home/travis/build/square/wire/wire-tests/build/classes/kotlin/linuxX64/main/wire-tests.klib" in [/home/travis/build/square/wire, /home/travis/.konan/klib, /home/travis/.konan/kotlin-native-linux-1.3/klib/common, /home/travis/.konan/kotlin-native-linux-1.3/klib/platform/linux_x64].
Pretty sure it’s a project misconfiguration problem, but I can’t figure it out, any ideas? The Gradle build can be found here: https://github.com/square/wire/blob/egorand/190629/kotlin-test-protos-to-common/wire-tests/build.gradleArtyom Degtyarev [JB]
07/01/2019, 8:36 AM.klib
to the tests. So, to workaround this, you can just add an empty .kt
file to your src/nativeMain/kotlin/
directory. It shouldn’t affect your tests.egorand
07/01/2019, 12:26 PM