I just updated the kotest libraries to v5.5.5 and ...
# kotest
d
I just updated the kotest libraries to v5.5.5 and it seems there are some files missing the the Maven Central repository. There is an issue open in the kotest github's repository: https://github.com/kotest/kotest/issues/3388 Is there a way to get around this issue?
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':common-core:compileTestKotlinIosX64'.
> Could not resolve all files for configuration ':common-core:iosX64TestCompileKlibraries'.
   > Could not find kotest-common.klib (io.kotest:kotest-common-iosx64:5.5.5).
     Searched in the following locations:
         <https://repo.maven.apache.org/maven2/io/kotest/kotest-common-iosx64/5.5.5/kotest-common-iosx64-5.5.5.klib>
a
Is there a way to get around this issue?
Stay on 5.5.4 :) But yes, it looks like the klib wasn’t uploaded https://repo.maven.apache.org/maven2/io/kotest/kotest-common-iosx64/5.5.5/ Maven Central is a bit janky like that…
j
@sam is it possible to upload the klib?