11 lines
305 B
TOML
11 lines
305 B
TOML
[versions]
|
|
infendro = "1.0.0"
|
|
kotlin = "2.2.21"
|
|
|
|
[plugins]
|
|
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
|
|
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
|
|
[libraries]
|
|
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|