Hey <@U1PE80ZG9>, do you know the right way to inc...
# kobalt
p
Hey @ethauvin, do you know the right way to include a bintray repo? I'm trying this, but get strange zip file errors:
Copy code
val bs = buildScript {
    repos("<https://bintray.com/kotlin/squash/squash>")
}
...
    dependencies {
        compile("org.jetbrains.kotlin:kotlin-runtime:1.1.2")
        compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2")
        compile("org.jetbrains.squash:squash-h2:0.2.2")
    }