types icon indicating copy to clipboard operation
types copied to clipboard

Explicit types for Kotlin Multiplatform.

Results 111 types issues
Sort by recently updated
recently updated
newest added

## 📝 Description We want to remove the `KotoolsTypesSerializers.zero` **experimental** property, **deprecated** with an **error level** by #690. ## 🔗 Dependencies This issue is blocked by the following items: -...

feature
common

## 📝 Description We want to improve information displayed in the footer of the API reference generated by Dokka, while adding useful links like for viewing the project on GitHub.

documentation

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.0 to 4.7.1. Release notes Sourced from actions/setup-java's releases. v4.7.1 What's Changed Documentation changes Add Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align...

dependencies
github-actions

## 📝 Description This request bumps Gradle Wrapper from 8.12.1 to [8.14](https://docs.gradle.org/8.14/release-notes.html). The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release: `8.14`...

dependencies
gradle-wrapper

## 🔗 Dependencies Issues of the milestone corresponding to this version should be done before resolving this issue. ## ✅ Checklist > See the [_Issue implementation_ section in the contributing...

release

## 📝 Description We want to stabilize the `EmailAddressRegex` type and its serializer, provided by the `EmailAddressRegex.Companion.stringSerializer()` function. ## 🔗 Dependencies This issue is blocked by the following items: -...

feature
common

## 📝 Description The OSSRH service reaching its end-of-life on [2025-06-30](https://central.sonatype.org/news/20250326_ossrh_sunset/), we need to [migrate to the Central Publishing Portal](https://central.sonatype.org/faq/what-is-different-between-central-portal-and-legacy-ossrh/#process-to-migrate) for publishing new versions of Kotools Types.

automation

## 📝 Description In the `org.kotools.types` package of the `types` subproject, we want to introduce the `NegativeInteger` **experimental** type for representing an [integer](https://en.wikipedia.org/wiki/Integer) that is less than zero. This type...

feature
common

## 📝 Description We want to stabilize the `Fraction` type and its serializer, provided by the `Fraction.Companion.stringSerializer()` function. ## 🔗 Dependencies This issue is blocked by the following items: -...

feature
common

## 📝 Description For all Kotlin platforms and Java, we want to add the `NonZeroInteger.div(NonZeroInteger)` **experimental** function for dividing this integer by the other one. ```kotlin operator fun NonZeroInteger.div(other: NonZeroInteger):...

feature
common