Skip to content

Commit

Permalink
add jackson & databind (#4)
Browse files Browse the repository at this point in the history
needed in almost 99% extensions
  • Loading branch information
IndusAryan authored Dec 13, 2023
1 parent dc08ab8 commit 631dcaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ subprojects {
implementation(kotlin("stdlib")) // adds standard kotlin features
implementation("com.github.Blatzar:NiceHttp:0.4.4") // http library
implementation("org.jsoup:jsoup:1.16.2") // html parser
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
}
}

Expand Down

0 comments on commit 631dcaa

Please sign in to comment.