Files
mac.kt/gradle/libs.versions.toml
2025-12-13 01:16:24 +01:00

15 lines
479 B
TOML

[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
hash = "1.3.2"
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" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }