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:
@ -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(
|
||||
|
Reference in New Issue
Block a user