1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jesse Wilson
cfaefe00c9 Do IDNA mapping on Kotlin/JS (#7800) 2023-05-05 21:22:01 -04:00
Jesse Wilson
6204a3ec51 Make okhttp-testing-support a multiplatform project (#7797) 2023-05-04 07:53:29 -04:00
Yuri Schimke
550fc84605 Rerun flaky tests (#7462) 2022-09-24 11:51:03 +01:00
Goooler
9d0208d43a Cleanup libs.versions.toml (#7082) 2022-02-17 19:03:07 +00:00
Yuri Schimke
362f53546d Adopt Version Catalog and Updates plugin (#7075) 2022-02-15 23:38:32 +00:00
Goooler
f5758b7f26 Enable Gradle's type-safe project accessors (#7069) 2022-02-08 20:01:28 +00:00
Jesse Wilson
d4b5c9eac8 Create TestValueFactory to reduce test case boilerplate (#7038)
This is bad because it moves test logic out of tests. But it's also
good because it lowers the cost of writing unit tests with common
types like RealConnection and Route.
2022-01-28 07:35:27 -05:00
Jesse Wilson
35bb1740a4 Convert the main build.gradle file to KTS (#6925)
I attempted to do a literal translation as much as possible.
Subprojects now need plugins to be configured directly so they
can use the appropriate syntax.
2021-11-24 07:19:39 +00:00
Goooler
619c3256e7 Convert native-image gradle to kts (#6798) 2021-07-31 09:35:08 +03:00
Yuri Schimke
b607bb0aa8 Partial move to gradle kotlin (#6532) 2021-02-06 14:57:47 +00:00