We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79c0cc commit 14f0241Copy full SHA for 14f0241
build.gradle.kts
@@ -45,6 +45,7 @@ kotlin {
45
jvm {
46
compilations {
47
val main by getting
48
+ // logback tests are testing only direct logback dependency (not slf4j/log4j)
49
val logbackTest by compilations.creating {
50
defaultSourceSet {
51
dependencies {
0 commit comments