mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Add plugin for SteamGridDB game covers
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
val ktor_version = "3.1.3"
|
||||
|
||||
plugins {
|
||||
id("com.google.devtools.ksp")
|
||||
kotlin("plugin.serialization")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
ksp("care.better.pf4j:pf4j-kotlin-symbol-processing:${rootProject.extra["pf4jKspVersion"]}")
|
||||
|
||||
implementation("io.ktor:ktor-client-core:${ktor_version}")
|
||||
implementation("io.ktor:ktor-client-cio:${ktor_version}")
|
||||
implementation("io.ktor:ktor-client-content-negotiation:${ktor_version}")
|
||||
implementation("io.ktor:ktor-serialization-kotlinx-json:${ktor_version}")
|
||||
}
|
||||
Reference in New Issue
Block a user