Skip to content

Commit 15558cc

Browse files
committed
chore: remove slf4j-simple from kavaref-core
1 parent e25c661 commit 15558cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kavaref-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kotlin {
2828
dependencies {
2929
// Android Only
3030
compileOnly(projects.kavarefAndroidStub)
31+
3132
implementation(projects.kavarefExtension)
3233
implementation(org.slf4j.slf4j.api)
33-
implementation(org.slf4j.slf4j.simple)
3434
}

0 commit comments

Comments
 (0)