mirror of
https://github.com/HighCapable/KavaRef.git
synced 2025-10-18 21:29:20 +08:00
chore: remove slf4j-simple from kavaref-core
This commit is contained in:
@@ -28,7 +28,7 @@ kotlin {
|
|||||||
dependencies {
|
dependencies {
|
||||||
// Android Only
|
// Android Only
|
||||||
compileOnly(projects.kavarefAndroidStub)
|
compileOnly(projects.kavarefAndroidStub)
|
||||||
|
|
||||||
implementation(projects.kavarefExtension)
|
implementation(projects.kavarefExtension)
|
||||||
implementation(org.slf4j.slf4j.api)
|
implementation(org.slf4j.slf4j.api)
|
||||||
implementation(org.slf4j.slf4j.simple)
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user