style: optimizing code style

This commit is contained in:
2025-09-23 14:36:46 +08:00
parent 464a15d440
commit e25c66166e
3 changed files with 20 additions and 1 deletions

View File

@@ -25,4 +25,7 @@ kotlin {
dependencies {
implementation(projects.kavarefCore)
implementation(projects.kavarefExtension)
// SLF4J Simple Logger
implementation(org.slf4j.slf4j.simple)
}