1
0
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:
Yuri Schimke
2022-07-25 17:57:09 +01:00
committed by GitHub
parent 67c5bdaf4f
commit 58ee1ce170
39 changed files with 8 additions and 90 deletions

View File

@ -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(