kotools / types

Explicit types for Kotlin Multiplatform.
https://types.kotools.org
MIT License
90 stars 6 forks source link

✨ Stabilization of `Zero` type #707

Open LVMVRQUXL opened 3 months ago

LVMVRQUXL commented 3 months ago

📝 Description

We want to stabilize the Zero type from the org.kotools.types package. All its declarations should be stabilized, except those marked with the @ExperimentalSince(KotoolsTypesVersion.Unreleased) annotation.

✅ Checklist