mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
9 lines
212 B
Kotlin
9 lines
212 B
Kotlin
plugins {
|
|
id("com.google.devtools.ksp")
|
|
}
|
|
|
|
dependencies {
|
|
ksp("care.better.pf4j:pf4j-kotlin-symbol-processing:${rootProject.extra["pf4jKspVersion"]}")
|
|
|
|
implementation("commons-io:commons-io:2.19.0")
|
|
} |