mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 18:15:39 +01:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionCommon)
|
|
implementation(projects.compat)
|
|
compileOnly(libs.bungee)
|
|
}
|