Implement first routes & tests

install Koin
install kotest
declare first events
create EventStream
This commit is contained in:
2024-02-28 23:31:55 +01:00
parent 5434c59129
commit 43b5f27e50
21 changed files with 422 additions and 72 deletions

View File

@@ -1,4 +1,8 @@
ktor_version=2.3.8
kotlin_version=1.9.22
logback_version=1.4.14
koin_version=3.5.3
kotlin_logging_version=5.1.0
kotest_version=5.8.0
kotlin.code.style=official