-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider supporting all official K/N targets #1242
Comments
I believe we're blocked on the integration and release of the new targets in kotlinx.datetime first. Once that happens we can update and add the targets here. |
I've created an issue on KotlinX.DateTime for LinuxArm64, a tier 2 support platform: Kotlin/kotlinx-datetime#300 |
KotlinX DateTime 0.4.1 was released, with LinuxArm64 support. Any news from Okio? |
Is there any platform missing? Is there a release planned? |
LinuxArm64 is available in Okio 3.6.0. |
What about Tier 3 targets? We have them in the serialization but not in the datetime yet. Do you plan to add them? |
@sandwwraith Lets do it. |
I've created Kotlin/kotlinx-datetime#311 for that. It turns out there are some problems with timezone DBs that prevent them from being added to kotlinx-datetime. |
It looks like kotlinx-datetime has the android targets now in v0.6.0. Does that mean we're unblocked? |
@BenWoodworth oooh yep! |
In
kotlinx.*
libraries we finally publish artifacts for all officially-supported targets. To mitigate potential questions about various implementations aspects (including the level of support in tooling, overall quality level and regular testing), we refer to official recommendations.It would be nice if Okio could do the same in order to make the overall targets support across the libraries more consistent (i.e. will enable other libraries [that depend on Okio] to support lower-tier targets); in particular, we've already encountered it in our
kotlinx-serialization-okio
integration: https://github.com/Kotlin/kotlinx.serialization/blob/79076e26ef860967688403d27cd8313d8bf9ba66/gradle/native-targets.gradle#L111The text was updated successfully, but these errors were encountered: