added images

This commit is contained in:
KoenDR06 2025-07-10 16:05:53 +02:00
parent c5f1fe6408
commit 745a4014a5
3 changed files with 45 additions and 1 deletions

View file

@ -15,6 +15,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
implementation("de.thelooter:toml4j:0.8.1")
implementation("io.github.cdimascio:dotenv-kotlin:6.5.1")
implementation(files("../Utils-latest.jar"))
}
tasks.test {