We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb2b2f0 + 943678b commit dfe9f3eCopy full SHA for dfe9f3e
2 files changed
build.gradle.kts
@@ -29,6 +29,9 @@ dependencies {
29
// Needed for AssemblyScript source mapping:
30
//implementation("com.atlassian.sourcemap:sourcemap:2.0.0")
31
implementation("com.google.code.gson:gson:2.11.0")
32
+
33
+ // Logging
34
+ implementation("ch.qos.logback:logback-classic:1.5.32")
35
}
36
37
tasks.test {
0 commit comments