Removed dependency on slf4j

This commit is contained in:
dankito 2024-08-19 08:54:34 +02:00
parent b5cac7b817
commit e96f184934
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ kotlin {
jvmMain {
dependencies {
implementation "org.slf4j:slf4j-api:$slf4jVersion"
}
}