Jline added. UX fixed

This commit is contained in:
2026-04-15 10:42:52 +03:00
parent f088d05731
commit 73970c192a
3 changed files with 59 additions and 53 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ shadowJar {
dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0'
implementation "io.ktor:ktor-network:3.4.2"
implementation "org.jline:jline:3.30.6"
implementation project(':common')
}