3801c5759f22d77cd51edb4daa86d8344c2406ca
All checks were successful
/ test (pull_request) Successful in 41s
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.0")
}
Description
Languages
Kotlin
100%