https://kotlinlang.org logo
Title
d

Daniel Schröder

02/09/2023, 2:54 PM
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?
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

Adam S

02/09/2023, 3:04 PM
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

Javier

02/13/2023, 10:08 PM
@sam is it possible to upload the klib?