types icon indicating copy to clipboard operation
types copied to clipboard

Explicit types for Kotlin Multiplatform.

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

## 📝 Description We want to test all code samples present in the [API reference](https://types.kotools.org/) of the `types` Gradle subproject by moving them to the `samples` subproject and referencing them...

documentation
common

## 📝 Description We want to stabilize the `Zero` type, except its unreleased declarations. ## 🔗 Dependencies This issue is blocked by the following ones: - [x] #644 ## ✅...

feature
common

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

feature
common

## 📝 Description We want to introduce additional factory functions for creating an instance of `Zero` from the string representation of `Any` object. The regular expression used for validating inputs...

feature
common

## 🔗 Dependencies Issues of the milestone corresponding to this version should be done before resolving this issue. ## ✅ Checklist - [ ] 🔖 Set Gradle project's version to...

release

## 📝 Description After deprecating it in #635, we want to remove the `EmailAddress` type from the `kotools.types.web` package. ## ✅ Checklist - [ ] 🔥 Remove the declaration and...

feature
common
good first issue

## 📝 Description We want to introduce a `PositiveInt` **experimental** type, in the `org.kotools.types` package of the `types` Gradle subproject, for representing an [integer](https://en.wikipedia.org/wiki/Integer) of type `Int` that is greater...

feature
common

## 📝 Description In the `org.kotools.types` package of the `types` Gradle subproject, we want to introduce the `NotBlankString` **experimental** type for representing a string that has at least one character...

feature
common

## 📝 Description We would like to introduce an **experimental** type named `DomainName`, representing a [domain name in the Internet](https://en.wikipedia.org/wiki/Domain_name), in the `kotools.types.web` package with the following minimum API: ```kotlin...

feature
common

## 📝 Description > Originally discussed in #335. We would like to redesign our factory functions by introducing new `create` and `createOrNull` factory functions for creating our stable types with...

feature
common
topic