mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-14 16:20:04 +00:00
10 lines
241 B
Kotlin
10 lines
241 B
Kotlin
plugins {
|
|
id("com.google.devtools.ksp") version "2.0.20-1.0.24"
|
|
}
|
|
|
|
dependencies {
|
|
ksp("care.better.pf4j:pf4j-kotlin-symbol-processing:2.0.20-1.0.1")
|
|
|
|
// IGDB API client
|
|
implementation("io.github.husnjak:igdb-api-jvm:1.2.0")
|
|
} |