added input downloader

This commit is contained in:
Andrew Glaze
2024-12-01 20:53:13 -05:00
parent a86940ba8e
commit 02f09d6cca
6 changed files with 110 additions and 44 deletions

View File

@@ -29,6 +29,8 @@ dependencies {
// This dependency is used by the application.
implementation(libs.guava)
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
}
// Apply a specific Java toolchain to ease working on different environments.