mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-02 06:47:22 +01:00
8 lines
108 B
Kotlin
8 lines
108 B
Kotlin
plugins {
|
|
id("geyser.publish-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.gson)
|
|
}
|