John O'Reilly
09/25/2020, 6:53 PM> Could not find ktor-client-core-1.4.1.jar (io.ktor:ktor-client-core:1.4.1).
Searched in the following locations:
<https://jcenter.bintray.com/io/ktor/ktor-client-core/1.4.1/ktor-client-core-1.4.1.jar>
not sure if there's issue with some mirror....can open https://jcenter.bintray.com/io/ktor/ktor-client-core/1.4.1/ in a browser and I see that file....anyone else seeing this?louiscad
09/25/2020, 7:06 PMmavenCentral()
?Jeremy Rouet
09/25/2020, 7:08 PMlouiscad
09/25/2020, 7:08 PMmavenCentral()
?John O'Reilly
09/25/2020, 7:17 PMmavenCentral()
....but behind jcenter()
....I changed order and it's working now! Thanks @louiscadJeremy Rouet
09/26/2020, 2:01 AMmavenCentral()
jcenter()
maven { url '<https://kotlin.bintray.com/ktor>' }
google()
mavenCentral()
jcenter()