Initial commit
This commit is contained in:
11
gradle/libs.versions.toml
Normal file
11
gradle/libs.versions.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[versions]
|
||||
fabric-loom = "1.15-SNAPSHOT"
|
||||
gson = "2.13.2"
|
||||
kotlin = "2.3.20"
|
||||
|
||||
[plugins]
|
||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
|
||||
[libraries]
|
||||
fabric-loom-remap = { group = "net.fabricmc.fabric-loom", name = "net.fabricmc.fabric-loom.gradle.plugin", version.ref = "fabric-loom" }
|
||||
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
|
||||
Reference in New Issue
Block a user