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: 2025-01-04T14:04:43.000Z (4 months ago)
- Last Synced: 2025-01-30T19:11:16.378Z (3 months ago)
- Topics: kotlin, kotlin-library, kotlin-multiplatform, kotlinx-serialization, vertx
- Language: Kotlin
- Homepage: https://huanshankeji.github.io/kotlin-common/
- Size: 737 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Huanshankeji Kotlin Common
[](https://search.maven.org/search?q=g:com.huanshankeji%20a:kotlin-common-*)
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/) (along with extensions for [kotlinx-io](https://github.com/Kotlin/kotlinx-io) and [Okio](https://square.github.io/okio/)), etc. For common extensions for Compose Multiplatform, check out [compose-multiplatform-common](https://github.com/huanshankeji/compose-multiplatform-html-unified/tree/main/common).
Currently supported targets by multiplatform libraries: JVM, JS (browser), iOS (`iosX64`, `iosArm64`, and `iosSimulatorArm64`), and Wasm JS.
[Check out the API documentation here.](https://huanshankeji.github.io/kotlin-common/)
## Maven coordinates
```kotlin
"com.huanshankeji:kotlin-common-$module:$version"
```