79319526

Date: 2024-12-31 08:43:06
Score: 1
Natty:
Report link

The dependency exclusion approach, for Gradle, in Kotlin DSL (*.gradle.kts):

configurations.all { exclude(group = "org.slf4j", module = "slf4j-log4j12") }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: YektaDev