refactor: use package nodes in api and ui

This commit is contained in:
Skylot
2022-08-10 13:35:56 +01:00
parent d4927db52b
commit cb1f3e9843
30 changed files with 832 additions and 518 deletions
@@ -10,7 +10,7 @@ dependencies {
implementation("io.github.microutils:kotlin-logging-jvm:3.0.2")
// manual imports ( IDE can't import dependencies by scripts annotations)
// manual imports (IDE can't import dependencies by scripts annotations)
implementation("com.github.javafaker:javafaker:1.0.2")
}