8eb4752fe6db14733b5cbdaa37aec567f9c515c1
All checks were successful
/ publish (push) Successful in 1m16s
Reviewed-on: Infendro/bytes-kt#12
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.2")
}
Description
Languages
Kotlin
100%