
implementation("com.javiersc.mokoki:mokoki-test:0.2.0-alpha.1")Mokoki is a logging library designed for use in Kotlin projects. It offers a core logging framework and optional serialization support, enabling developers to log messages in various formats, including JSON. The library is structured into modules such as `mokoki-core` for the core logging functionality and `mokoki-serialization` for serialization capabilities. This modular design allows developers to include only the components they need, optimizing their project's dependencies.