We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc08ab8 commit 631dcaaCopy full SHA for 631dcaa
1 file changed
build.gradle.kts
@@ -76,6 +76,8 @@ subprojects {
76
implementation(kotlin("stdlib")) // adds standard kotlin features
77
implementation("com.github.Blatzar:NiceHttp:0.4.4") // http library
78
implementation("org.jsoup:jsoup:1.16.2") // html parser
79
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
80
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
81
}
82
83
0 commit comments