• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3  */
4 
<lambda>null5 dependencies {
6     implementation("org.slf4j:slf4j-api:1.7.32")
7     testImplementation("io.github.microutils:kotlin-logging:2.1.0")
8     testRuntimeOnly("ch.qos.logback:logback-classic:1.2.7")
9     testRuntimeOnly("ch.qos.logback:logback-core:1.2.7")
10 }
11 
12 externalDocumentationLink(
13     url = "https://www.slf4j.org/apidocs/"
14 )
15