Commit e0e7b9d
authored
Stripe Java and Ktor JSON dependencies (#502)
## 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`1 parent a97a8cf commit e0e7b9d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
0 commit comments