241ffd5e2c51a4ecc0bb6541a982f0938b056609
All checks were successful
/ publish (push) Successful in 3m14s
Reviewed-on: Infendro/bytes-kt#11
bytes-kt
bytes-kt is a Kotlin Multiplatform library that provides helper functions for working with bytes.
Installation
Add the following to your build.gradle.kts.
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
}
commonMain.dependencies {
implementation("com.infendro:bytes:1.4.1")
}
Description
Languages
Kotlin
100%