Add dependency on slf4j

This commit is contained in:
Heiko Schaefer 2023-07-06 16:00:38 +02:00
parent db89676784
commit 389c99cf1b
No known key found for this signature in database
GPG Key ID: 4A849A1904CCBD7D
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ dependencies {
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"
// Logging
api "org.slf4j:slf4j-api:$slf4jVersion"
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
// @Nullable, @Nonnull annotations