I’m trying to use kotlin `1.3.40-eap-32` but my bu...
# announcements
g
I’m trying to use kotlin
1.3.40-eap-32
but my build is failing with something like:
Copy code
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?
👍 1
i
No, there should not be
.module
file there. Is it the entire error message?
g
My entire exception is attached
Where I’m using gradle 5.4.1
i
The line
Caused 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.
g
Yes, I was able to connect to this urls in the browser. In fact the .module files dont exist there, but the jar and some other things exist. The strange thing is that this appeared when I upgraded my kotlin version.
i
Could you share your build.gradle file that reproduces the problem?