We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d28d3f commit 41182e2Copy full SHA for 41182e2
1 file changed
build.gradle.kts
@@ -176,6 +176,7 @@ dependencies {
176
}
177
includeLib("io.ktor:ktor-client-content-negotiation:$ktorVersion")
178
includeLib("io.ktor:ktor-serialization-jackson:$ktorVersion")
179
+ includeLib("com.fasterxml.jackson.core:jackson-annotations:2.21")
180
includeLib("tools.jackson.core:jackson-core:$jacksonVersion")
181
includeLib("tools.jackson.core:jackson-databind:$jacksonVersion")
182
includeLib("tools.jackson.module:jackson-module-kotlin:$jacksonVersion")
0 commit comments