Skip to content

Commit

Permalink
✨ Add json librairies in httpAction
Browse files Browse the repository at this point in the history
✨ Add json librairies
  • Loading branch information
PierreLeresteux authored Oct 27, 2020
2 parents a5521f2 + f6e8c31 commit a4ca3d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion engine-httpclient/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ config {
publishing { enabled = true }
}

val fuelVersion = "2.2.1"
val fuelVersion = "2.3.0"
val kraphVersion = "0.6.0"
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(project(":core"))
implementation("com.github.kittinunf.fuel:fuel:$fuelVersion")
implementation("com.github.kittinunf.fuel:fuel-json:$fuelVersion")
implementation("com.github.kittinunf.fuel:fuel-jackson:$fuelVersion")
implementation("com.github.kittinunf.fuel:fuel-gson:$fuelVersion")
implementation("me.lazmaid.kraph:kraph:$kraphVersion")
}

0 comments on commit a4ca3d2

Please sign in to comment.