Skip to content

Commit f811a57

Browse files
committed
Replace println with log4j
1 parent a72a443 commit f811a57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ dependencies {
3737
testImplementation(kotlin("test"))
3838
}
3939

40-
configurations.all {
41-
exclude(module = "sl")
42-
}
4340

4441
kapt {
4542
arguments {

0 commit comments

Comments
 (0)