Skip to content

Commit eeffa36

Browse files
committed
Solve SL4FJ warnings
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
1 parent ed97d62 commit eeffa36

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

kotlin-jvm/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dependencies {
5757
implementation("org.kodein.di:kodein-di:_")
5858
implementation("org.koin:koin-core:_")
5959
implementation("org.nield:kotlin-statistics:_")
60+
implementation("org.slf4j:slf4j-simple:_")
6061
// Keep dependencies sorted to minimize merge conflicts on pull-requests!
6162
implementation(JakeWharton.picnic)
6263
implementation(JakeWharton.retrofit2.converter.kotlinxSerialization)

versions.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,17 @@ version.org.koin..koin-core=2.2.2
239239

240240
version.org.nield..kotlin-statistics=1.2.1
241241

242+
version.org.slf4j..slf4j-simple=1.7.31
243+
## # available=1.8.0-alpha0
244+
## # available=1.8.0-alpha1
245+
## # available=1.8.0-alpha2
246+
## # available=1.8.0-beta0
247+
## # available=1.8.0-beta1
248+
## # available=1.8.0-beta2
249+
## # available=1.8.0-beta4
250+
## # available=2.0.0-alpha0
251+
## # available=2.0.0-alpha1
252+
242253
version.retrofit2=2.9.0
243254

244255
version.spek=2.0.13

0 commit comments

Comments
 (0)