Okay, this is bizarre. With 1.4.0-rc in my project...
# multiplatform
s
Okay, this is bizarre. With 1.4.0-rc in my project https://gitlab.com/serebit/logkat, if I attempt to compile from scratch with an empty
.konan
directory, it seems to try compiling some of the targets before their dependencies are done downloading.
I thought it was just an issue with CI, but I verified that it also happens on my machine. This is a bizarre issue.
From a quick test, it seems to be related to dependency propagation... sigh
l
Can you report that on kotl.in/issue and link it back here?
s
Sure thing, give me a few minutes.
With additional testing, it has nothing to do with dependency downloads. It's just straight-up failing the build. Looks like the commonizer can't resolve
platform.posix
for 32-bit Linux platforms.