Feat add logger (#181)

* feat: logger

* added everywhere

---------

Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
Florent CHAMPIGNY 2025-08-31 09:22:50 +02:00 committed by GitHub
parent 93cf958ec2
commit eae3fc5b52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1407 additions and 51 deletions

View file

@ -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)