mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Add plugin for SteamGridDB game covers
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
val ktor_version = "3.1.2"
|
||||
val ktor_version = "3.1.3"
|
||||
|
||||
plugins {
|
||||
id("com.google.devtools.ksp")
|
||||
kotlin("plugin.serialization")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven(url = "https://jitpack.io")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
ksp("care.better.pf4j:pf4j-kotlin-symbol-processing:${rootProject.extra["pf4jKspVersion"]}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user