use bytearray library
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user