Hello, I'm having trouble upgrading my project <#C...
# kotlin-native
l
Hello, I'm having trouble upgrading my project #splitties from Kotlin 1.3.61 to 1.3.72 as I get this error at gradle sync:
Copy code
Could not GET '<https://download-cf.jetbrains.com/kotlin/native/builds/releases/1.3.72/macos/kotlin-native-macos-6.1.tar.gz>'. Received status code 403 from server: Forbidden
Am I the only one to experience it? EDIT: Same issue with Kotlin 1.4-M1:
Copy code
Could not GET '<https://download-cf.jetbrains.com/kotlin/native/builds/releases/1.4-M1/macos/kotlin-native-macos-6.1.tar.gz>'. Received status code 403 from server: Forbidden
I'm completely blocked, so I'll be very grateful for help.
e
The link is wrong. Right link is https://download-cf.jetbrains.com/kotlin/native/builds/releases/1.3.72/macos/kotlin-native-macos-1.3.72.tar.gz It looks like you have
6.1
part in link that left after
1.3.61
. Do you use gradle plugin which downloads right version?