square / okio

A modern I/O library for Android, Java, and Kotlin Multiplatform.
https://square.github.io/okio/
Apache License 2.0
8.76k stars 1.17k forks source link

okio artifact for windows not found #934

Closed jmfayard closed 3 years ago

jmfayard commented 3 years ago

It seems to be unable to find the okio artifact for windows. It finds only alpha.1 while the artifact okio-multiplatform has alpha.5

Execution failed for task ':compileKotlinNative'.
> Could not resolve all files for configuration ':nativeCompileKlibraries'.
   > Could not find com.squareup.okio:okio-mingwx64:3.0.0-alpha.5.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/squareup/okio/okio-mingwx64/3.0.0-alpha.5/okio-mingwx64-3.0.0-alpha.5.pom
         project : > com.squareup.okio:okio-multiplatform:3.0.0-alpha.5
Central_Repository__com_squareup_okio_okio-mingwx64_and_Comdirect_Konto_1_

What's weird is that it used to be there, and now no more.

swankjesse commented 3 years ago

That's my fault. Can fix for alpha.6.

swankjesse commented 3 years ago

Fixed.

jmfayard commented 3 years ago

I can confirm that the release 3.0.0.alpha.6 works on all platforms, thanks!