Switched to UrlEncoder

This commit is contained in:
Erik C. Thauvin 2023-01-29 12:17:30 -08:00
parent e5d9ff7120
commit 31d389bd7d
2 changed files with 6 additions and 15 deletions

View file

@ -34,6 +34,7 @@ repositories {
dependencies {
implementation(platform(kotlin("bom")))
implementation("net.thauvin.erik:urlencoder:1.3.0")
testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit"))