Files
hash.kt/gradle/libs.versions.toml
Infendro 58ee3eaee4
All checks were successful
/ publish (push) Successful in 2m48s
bump version to 1.2.2
2025-07-24 20:55:09 +02:00

10 lines
236 B
TOML

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