9
gradle/libs.versions.toml
Normal file
9
gradle/libs.versions.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user