Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.61k stars 131 forks source link

iOSARM64 artifact for 0.9.1 missing from Maven Central #234

Closed Andy-TAG24 closed 7 months ago

Andy-TAG24 commented 1 year ago

Hello, the central maven repo does not contain all artifcat files for org.jetbrains.kotlinx:kotlinx-html-iosarm64:0.9.1. I receive the following error:

Execution failed for task ':commonMain:kspKotlinIosArm64'.
> Could not resolve all files for configuration ':commonMain:iosArm64CompileKlibraries'.
   > Could not find org.jetbrains.kotlinx:kotlinx-html-iosarm64:0.9.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlinx/kotlinx-html-iosarm64/0.9.1/kotlinx-html-iosarm64-0.9.1.pom
       - https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-iosarm64/0.9.1/kotlinx-html-iosarm64-0.9.1.pom
     Required by:
         project :commonMain > org.jetbrains.kotlinx:kotlinx-html:0.9.1

It seems that there are some files missing in https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-iosarm64/0.9.1/ . Could you please upload them to the maven repo?

Thanks in advance.

e5l commented 12 months ago

Hey @Andy-TAG24, thanks for the report. Should be available soon

e5l commented 12 months ago

Fixed

francescotescari commented 11 months ago

I'm still getting the same error and files are still missing at: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-iosarm64/0.9.1/ See the difference with https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-iosarm64/0.9.0/

e5l commented 11 months ago

@francescotescari, thanks. It is the synchronization issue between the internal repo and maven central. Sorry, we're working on the fix

e5l commented 7 months ago

Hey, fixed with 0.10.1 release