Support translation off the app(for the most part)

This commit is contained in:
Syer10
2021-06-19 17:24:39 -04:00
parent 2a505f6d96
commit 2bb8e12543
39 changed files with 646 additions and 174 deletions

View File

@@ -42,6 +42,11 @@ dependencies {
// Json
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.1")
// Xml
val xmlutilVersion = "0.82.0"
implementation("io.github.pdvrieze.xmlutil:core-jvm:$xmlutilVersion")
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:$xmlutilVersion")
// Dependency Injection
val toothpickVersion = "3.1.0"
implementation("com.github.stephanenicolas.toothpick:ktp:$toothpickVersion")