vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Stripe Java and Ktor JSON dependencies #502

Closed sam-butcher closed 5 months ago

sam-butcher commented 5 months ago

What is the goal of this PR?

We add dependencies for performing JSON serialization during Ktor HTTP requests and contacting Stripe with Kotlin.

What are the changes implemented in this PR?

We add the required libraries: stripe-java, ktor-client-content-negotiation-jvm, and ktor-serialization-gson-jvm

vaticle-bot commented 5 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture