mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 08:15:37 +00:00
10 lines
247 B
Kotlin
10 lines
247 B
Kotlin
plugins {
|
|
id("com.google.devtools.ksp")
|
|
kotlin("plugin.serialization")
|
|
}
|
|
|
|
dependencies {
|
|
ksp("care.better.pf4j:pf4j-kotlin-symbol-processing:${rootProject.extra["pf4jKspVersion"]}")
|
|
|
|
implementation("commons-io:commons-io:2.19.0")
|
|
} |