Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huanshankeji/kotlin-common
Huanshankeji's common code libraries in Kotlin
https://github.com/huanshankeji/kotlin-common
kotlin kotlin-library kotlin-multiplatform kotlinx-serialization vertx
Last synced: 3 months ago
JSON representation
Huanshankeji's common code libraries in Kotlin
- Host: GitHub
- URL: https://github.com/huanshankeji/kotlin-common
- Owner: huanshankeji
- License: apache-2.0
- Created: 2021-09-16T20:19:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T02:49:38.000Z (4 months ago)
- Last Synced: 2024-09-27T07:42:32.376Z (4 months ago)
- Topics: kotlin, kotlin-library, kotlin-multiplatform, kotlinx-serialization, vertx
- Language: Kotlin
- Homepage:
- Size: 585 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Huanshankeji Kotlin Common
[![Maven Central](https://img.shields.io/maven-central/v/com.huanshankeji/kotlin-common-core)](https://search.maven.org/search?q=g:com.huanshankeji%20a:kotlin-common-*)
![Kotlin version](https://kotlin-version.aws.icerock.dev/kotlin-version?group=com.huanshankeji&name=kotlin-common-core)Huanshankeji's common code libraries in Kotlin
These include a core library to extend the Kotlin language and its standard library, and extension libraries for various Kotlin and Java libraries such as [Λrrow](https://arrow-kt.io/), Coroutines ([docs here](https://kotlinlang.org/docs/coroutines-overview.html) and [repository here](https://github.com/Kotlin/kotlinx.coroutines)), [Exposed](https://github.com/JetBrains/Exposed), [Ktor](https://ktor.io/), [reflection](https://kotlinlang.org/docs/reflection.html), Serialization ([docs here](https://kotlinlang.org/docs/serialization.html) and [repository here](https://github.com/Kotlin/kotlinx.serialization)), [Vert.x](https://vertx.io/), etc. For common extensions for Compose Multiplatform, check out [compose-multiplatform-common](https://github.com/huanshankeji/compose-multiplatform-material/tree/main/compose-multiplatform-common).
## Maven coordinates
```kotlin
"com.huanshankeji:kotlin-common-$module:$version"
```