Add SLF4J simple binding to examples

This commit is contained in:
Iaroslav Postovalov 2020-09-13 17:12:07 +07:00
parent e6fb8bfc52
commit e00b1153b1
No known key found for this signature in database
GPG Key ID: 70D5F4DCB0972F1B

View File

@ -36,6 +36,7 @@ dependencies {
implementation(project(":kmath-memory"))
implementation("com.kyonifer:koma-core-ejml:0.12")
implementation("org.jetbrains.kotlinx:kotlinx-io-jvm:0.2.0-npm-dev-6")
implementation("org.slf4j:slf4j-simple:jar:1.7.30")
"benchmarksImplementation"("org.jetbrains.kotlinx:kotlinx.benchmark.runtime-jvm:0.2.0-dev-8")
"benchmarksImplementation"(sourceSets.main.get().output.plus(sourceSets.main.get().runtimeClasspath))
}