Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of toDuration() #7329

Merged
merged 1 commit into from Jun 15, 2022
Merged

Remove usage of toDuration() #7329

merged 1 commit into from Jun 15, 2022

Commits on Jun 13, 2022

  1. Remove usage of toDuration()

    The toDuration() function was only introduced in Kotlin 1.6. If using
    okhttp3 as part of a gradle 7.4.2 plugin it will run with Kotlin 1.5.31
    in the runtime classpath, which results in a NoSuchMethodError.
    staktrace committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bf05f2b View commit details
    Browse the repository at this point in the history