Added auth for position you will stand after signing up

This commit is contained in:
KoenDR06 2025-07-09 14:36:56 +02:00
parent 1ea47a9f7c
commit cef71a5abe
6 changed files with 30 additions and 13 deletions

View file

@ -14,6 +14,7 @@ repositories {
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")
}
tasks.test {