<lambda>null1dependencies { 2 implementation("org.slf4j:slf4j-api:1.7.32") 3 testImplementation("io.github.microutils:kotlin-logging:2.1.0") 4 testRuntimeOnly("ch.qos.logback:logback-classic:1.2.7") 5 testRuntimeOnly("ch.qos.logback:logback-core:1.2.7") 6 } 7 8 externalDocumentationLink( 9 url = "https://www.slf4j.org/apidocs/" 10 ) 11