Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.63k stars 133 forks source link

Enable linuxArm64 native target #213

Closed bcmedeiros closed 1 year ago

bcmedeiros commented 1 year ago

I'm trying to work towards https://youtrack.jetbrains.com/issue/KTOR-5753 and bumped into

No matching variant of org.jetbrains.kotlinx:kotlinx-html:0.8.1 was found.

With this PR, building on linux x86-64 seems to work fine and cross-compile to arm64.

Let me know if there is something else I can help with.

bcmedeiros commented 1 year ago

Hey, is there anyone available to review this?

bcmedeiros commented 1 year ago

Thanks, @e5l! Any changes of a release soon? :D

e5l commented 1 year ago

Hey, @bcmedeiros. It will be released in approx 2 weeks

hfhbd commented 1 year ago

Just to make it sure: Do you plan to release a new version of kotlinx-html before Ktor 2.3.2 to also include https://github.com/ktorio/ktor/pull/3587 in Ktor 2.3.2?

bcmedeiros commented 1 year ago

I can update https://github.com/ktorio/ktor/pull/3587 and get it ready to be reviewed and merged as soon as we have a release here, it's the only pending issue.

hfhbd commented 1 year ago

Yes, it was a question to @e5l or the Ktor team.

e5l commented 1 year ago

@bcmedeiros Yep

bcmedeiros commented 1 year ago

Hey, @bcmedeiros. It will be released in approx 2 weeks

@e5l it's been (almost) 2 weeks already, any idea when it's going to be released? no pressure, just wanted to plan myself to finish the ktor PR as soon as this is released.