afe35355a8723d83759cf8dbd5627e51cdb5d6be
All checks were successful
/ publish (push) Successful in 1m29s
Reviewed-on: Infendro/bytes-kt#5
bytes-kt
bytes-kt is a Kotlin Multiplatform library that provides helper functions for working with UByteArray and ByteArray.
Targets
| Target | Status |
|---|---|
| JVM | Supported |
| JavaScript | Supported |
| Native (Linux) | Supported |
| Native (Windows) | Not Supported |
Installation
Add the following to your build.gradle.kts.
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
}
dependencies {
implementation("com.infendro:bytearray:1.3.0")
}
Description
Languages
Kotlin
100%