In my mpp − targeting only jvm and js, not native!...
# multiplatform
h
In my mpp − targeting only jvm and js, not native! − I cannot upgrade to kotlin 1.3.20. Gradle reports an SSLHandshakeException: unable to find valid certification path to requested target. I find these two lines among the red lines of output:
Copy code
Caused by: org.gradle.api.resources.ResourceException: Could not get resource '<https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-native-utils/1.3.20/kotlin-native-utils-1.3.20.pom>'.
Caused by: org.gradle.internal.resource.transport.http.HttpRequestException: Could not HEAD '<https://repo.jfrog.org/artifactory/libs-release-bintray/org/jetbrains/kotlin/kotlin-native-utils/1.3.20/kotlin-native-utils-1.3.20.pom?referrer>'.
Is this an error on my side or on the server side?