mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
7 lines
158 B
Kotlin
7 lines
158 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")
|
|
} |