Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.61 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.61 KB

Huanshankeji Kotlin Common

Maven Central Kotlin version

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, Coroutines (docs here and repository here), Exposed, Ktor, reflection, Serialization (docs here and repository here), Vert.x (along with extensions for kotlinx-io and Okio), etc. For common extensions for Compose Multiplatform, check out compose-multiplatform-common.

Currently supported targets by multiplatform libraries: JVM, JS (browser), iOS (iosX64, iosArm64, and iosSimulatorArm64), and Wasm JS.

Check out the API documentation here.

Maven coordinates

"com.huanshankeji:kotlin-common-$module:$version"