mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
cebfc99ec2
Mainly for testing purposes
13 lines
319 B
Kotlin
13 lines
319 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")
|
|
|
|
// Fuzzy string matching
|
|
implementation("me.xdrop:fuzzywuzzy:1.4.0")
|
|
} |