mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-10-31 20:27:10 +00:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
plugins {
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly(project(":aswm-api"))
|
||
|
implementation("com.github.luben:zstd-jni:1.5.2-2")
|
||
|
}
|