Code cleanup (#85)

* GC Unused or only used once objects

* Move things around a bit

* Revert some changes

* Fix imports

* Revert about change

* Put back logger

* Private logger

* Revert systemtray

* Move import
This commit is contained in:
Syer10
2021-05-16 18:18:01 -04:00
committed by GitHub
parent 7450b16742
commit 104c5a8d83
12 changed files with 127 additions and 116 deletions

View File

@@ -83,7 +83,7 @@ dependencies {
testImplementation(kotlin("test-junit5"))
}
val MainClass = "ir.armor.tachidesk.Main"
val MainClass = "ir.armor.tachidesk.MainKt"
application {
mainClass.set(MainClass)
}