use bytearray library

This commit is contained in:
2025-07-24 20:35:51 +02:00
parent 2a11ec3653
commit 9579d3c97b
9 changed files with 30 additions and 138 deletions

View File

@@ -2,6 +2,7 @@ group = "com.infendro"
version = "1.2.0"
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
mavenCentral()
}
@@ -16,6 +17,12 @@ kotlin {
nodejs()
}
linuxX64()
sourceSets {
commonMain.dependencies {
implementation(libs.bytearray)
}
}
}
publishing {