initial commit
Some checks failed
/ publish (push) Failing after 53s

This commit is contained in:
2025-07-12 20:23:00 +02:00
commit 3565632465
14 changed files with 717 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[versions]
kotlin = "2.1.20"
node = "2025.7.3-22.13.10"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
node = { module = "org.jetbrains.kotlin-wrappers:kotlin-node", version.ref = "node" }