GarouDan
05/24/2019, 6:13 PM1.3.40-eap-32
but my build is failing with something like:
Could not resolve org.jetbrains.kotlin:kotlin-test-common:1.3.40-eap-32.
> Could not get resource '<https://dl.bintray.com/kotlin/kotlin-eap/org/jetbrains/kotlin/kotlin-test-common/1.3.40-eap-32/kotlin-test-common-1.3.40-eap-32.module>'.
> Could not GET '<https://dl.bintray.com/kotlin/kotlin-eap/org/jetbrains/kotlin/kotlin-test-common/1.3.40-eap-32/kotlin-test-common-1.3.40-eap-32.module>'.
> <http://dl.bintray.com|dl.bintray.com>
Is this the expected behavior for now? Until it is not released?ilya.gorbunov
05/24/2019, 7:28 PM.module
file there. Is it the entire error message?GarouDan
05/24/2019, 7:53 PMGarouDan
05/24/2019, 7:54 PMilya.gorbunov
05/25/2019, 12:14 PMCaused by: java.net.UnknownHostException: <http://dl.bintray.com|dl.bintray.com>
looks suspicious. Are you able to connect to https://dl.bintray.com and open these urls in browser? They should result in a 404 page, but at least the site should be reachable.GarouDan
05/27/2019, 8:53 PMilya.gorbunov
05/27/2019, 11:27 PM