1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

Downgrade to kotlin apiVersion 1.4 (#7267)

* Test against kotlin 1.4

* Compile down to Kotlin 1.4

* Fix to use the invariant locale for lowercase

* Fix to use the invariant locale for lowercase
This commit is contained in:
Yuri Schimke
2022-06-08 15:44:30 +01:00
committed by GitHub
parent 8050b0fd4a
commit 6ad9fb12b6
39 changed files with 81 additions and 2 deletions

View File

@ -15,7 +15,7 @@
*
*/
@file:OptIn(ExperimentalCoroutinesApi::class)
@file:OptIn(ExperimentalCoroutinesApi::class, ExperimentalTime::class)
package okhttp3
@ -39,6 +39,7 @@ import org.junit.jupiter.api.fail
import java.io.IOException
import java.util.concurrent.TimeUnit
import kotlin.time.Duration.Companion.seconds
import kotlin.time.ExperimentalTime
@ExtendWith(MockWebServerExtension::class)
class SuspendCallTest(