mirror of
https://github.com/square/okhttp.git
synced 2025-07-29 17:41:17 +03:00
Revert downgrade to 1.4 for gradle reasons (#7391)
* Revert "Downgrade to kotlin apiVersion 1.4 (#7267)" * Revert "Improve runtime compatibility with kotlin 1.5.31 (#7343)" * Revert "Remove usage of toDuration() (#7329)"
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
@file:OptIn(ExperimentalCoroutinesApi::class, ExperimentalTime::class)
|
||||
@file:OptIn(ExperimentalCoroutinesApi::class)
|
||||
|
||||
package okhttp3
|
||||
|
||||
@ -39,7 +39,6 @@ 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