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#L111
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-okiointegration: https://github.com/Kotlin/kotlinx.serialization/blob/79076e26ef860967688403d27cd8313d8bf9ba66/gradle/native-targets.gradle#L111