<@U0HMASPFB>: the repo setup is: ``` repositories { maven { url "<http://dl.bintray.co...
a
@sloth: the repo setup is:
Copy code
repositories {
    maven {
        url  "<http://dl.bintray.com/kotlin/kotlin-eap>" 
    }
}