https://github.com/fluidsonic/fluid-stdlib
Potentially useful Kotlin standard library additions
https://github.com/fluidsonic/fluid-stdlib
Last synced: 6 months ago
JSON representation
Potentially useful Kotlin standard library additions
- Host: GitHub
- URL: https://github.com/fluidsonic/fluid-stdlib
- Owner: fluidsonic
- License: apache-2.0
- Created: 2019-01-30T10:09:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T19:21:16.000Z (over 2 years ago)
- Last Synced: 2025-04-14T05:51:42.908Z (9 months ago)
- Language: Kotlin
- Size: 476 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fluid-stdlib
============
[](https://search.maven.org/artifact/io.fluidsonic.stdlib/fluid-stdlib)
[](https://github.com/fluidsonic/fluid-stdlib/actions?workflow=Tests)
[](https://github.com/JetBrains/kotlin/releases/v1.8.22)
[](https://kotlinlang.slack.com/messages/C7UDFSVT2/)
Potentially useful Kotlin standard library additions for JDK8+.
**Discontinued**. Functionality is being split into separate libraries like these:
- [fluid-country](https://github.com/fluidsonic/fluid-country)
- [fluid-currency](https://github.com/fluidsonic/fluid-currency)
- [fluid-i18n](https://github.com/fluidsonic/fluid-i18n)
- [fluid-locale](https://github.com/fluidsonic/fluid-locale)
Installation
------------
`build.gradle.kts`:
```kotlin
dependencies {
implementation("io.fluidsonic.stdlib:fluid-stdlib:0.14.0")
}
```
License
-------
Apache 2.0