mirror of
https://github.com/openflocon/Flocon.git
synced 2026-04-30 21:09:37 +00:00
Feat add logger (#181)
* feat: logger * added everywhere --------- Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
93cf958ec2
commit
eae3fc5b52
13 changed files with 1407 additions and 51 deletions
|
|
@ -23,6 +23,7 @@ kotlin {
|
|||
|
||||
implementation(project.dependencies.platform(libs.koin.bom))
|
||||
implementation(libs.koin.core)
|
||||
implementation(libs.kermit)
|
||||
|
||||
implementation(projects.domain)
|
||||
implementation(projects.data.core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue