Files
hash.kt/gradle/libs.versions.toml
Infendro d033d895da
Some checks failed
/ publish (push) Has been cancelled
implement tests
also fix MD5
2025-11-10 17:42:15 +01:00

11 lines
315 B
TOML

[versions]
kotlin = "2.1.20"
bytearray = "1.2.0"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }