mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-15 17:05:09 +01:00
- This will allow us to build the library for different Minecraft versions at the same time - Right now, only Fabric and Neoforge 1.21.10 are fully working - As a bonus, the jar is now even smaller!
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
kotlin("jvm") version "2.0.20"
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
} |