Files
prng.kt/gradle/libs.versions.toml
Infendro 55c628def9
Some checks failed
/ publish (push) Failing after 1m17s
use common plugin
2025-12-13 01:19:11 +01:00

16 lines
473 B
TOML

[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
hash = "1.3.2"
mac = "1.2.0"
bytearray = "1.2.4"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
hash = { module = "com.infendro:hash", version.ref = "hash" }
mac = { module = "com.infendro:mac", version.ref = "mac" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }