kotlin-util
2.4.0indexedHosts utility libraries designed to simplify code development with enhanced functions, coroutine facilitation, type-safe CSV writing, Caffeine caching, and SLF4J logging support.
Hosts utility libraries designed to simplify code development with enhanced functions, coroutine facilitation, type-safe CSV writing, Caffeine caching, and SLF4J logging support.
This repository hosts a collection of Kotlin utility libraries designed to simplify code development. The modules span across various functionalities, offering multiplatform support.
kotlin-utilEnhanced Kotlin utility functions for streamlined coding.
kotlin-util-coroutineUtility functions to facilitate working with Kotlin coroutines.
kotlin-util-csvA type-safe CSV writing library with coroutine support. See kotlin-util-csv/README.md
kotlin-util-cacheKotlin wrapper for the Caffeine caching library (JVM only).
kotlin-util-loggingSLF4J helper functions for Kotlin (JVM only).
Each subproject is available as a separate dependency. Include the relevant ones in your build.gradle.kts:
implementation("de.quati:kotlin-util:$VERSION")
implementation("de.quati:kotlin-util-coroutine:$VERSION")
implementation("de.quati:kotlin-util-csv:$VERSION")
// For JVM-only:
implementation("de.quati:kotlin-util-cache:$VERSION")
implementation("de.quati:kotlin-util-logging:$VERSION")
For more detailed documentation, visit the official site.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Feel free to open an issue or submit a pull request. Please ensure that your code adheres to the existing coding standards and includes appropriate tests.
Surfaced from shared tags and platforms — no rankings paid for.