mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-21 06:28:53 +01:00
8 lines
No EOL
119 B
Kotlin
8 lines
No EOL
119 B
Kotlin
plugins {
|
|
id("geyser.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.floodgate.isolation)
|
|
api(projects.api)
|
|
} |