mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 00:30:04 +00:00
Implement direct download via plugin
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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")
|
||||
}
|
||||
Reference in New Issue
Block a user