mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-01 04:37:09 +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")
|
|
} |