jmfayard / kotlin-cli-starter

Life is too short for Bash programming
MIT License
255 stars 6 forks source link

okio for mingwx64 not found #17

Closed NikkyAI closed 3 years ago

NikkyAI commented 3 years ago

seems to be unable to find the okio artifact for windows

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
       - https://jcenter.bintray.com/com/squareup/okio/okio-mingwx64/3.0.0-alpha.5/okio-mingwx64-3.0.0-alpha.5.pom
     Required by:
         project : > com.squareup.okio:okio-multiplatform:3.0.0-alpha.5

buildscan: https://scans.gradle.com/s/pfmvammsnt6m6

jmfayard commented 3 years ago

I forwarded the issue upstream https://github.com/square/okio/issues/934

jmfayard commented 3 years ago

will be fixed in alpha.6

jmfayard commented 3 years ago

Resolved by upgrading to okio 3.0.0-alpha.6