85f10be1d2aed7cc284cb6b85b2a7a70d5bd031d
All checks were successful
/ publish (push) Successful in 1m22s
Reviewed-on: Infendro/bytes-kt#8
bytes-kt
bytes-kt is a Kotlin Multiplatform library that provides helper functions for working with ByteArray and UByteArray.
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.3.3")
}
Description
Languages
Kotlin
100%