<@U8X1UM66N> <https://beust.com/kobalt/documentati...
# kobalt
j
Thanks. But example given on the site doesn't work.
Copy code
*****
***** ERROR no protocol: <http://bintray.com/kotlin/kotlin-eap-1.1/|bintray.com/kotlin/kotlin-eap-1.1/>
*****
More specificaly, I'm trying to migrate a gradle build which was working with
Copy code
repositories {
    mavenCentral()
    jcenter()
    maven { url '<https://dl.bintray.com/kotlin/kotlin-eap>' }
    maven { url '<https://jitpack.io>' }
}
But the following doesn't work with Kobalt:
Copy code
val buildScript = buildScript {
  repos("<http://jcenter.bintray.com>", "<https://dl.bintray.com/kotlin/kotlin-eap>", "<https://jitpack.io>")
}
what am I doing wrong?
Arf sorry I made a mistake in the version number 😕
my bad. sorry for disturbing
Great tool by the way 😉
c
No worries
Glad you like it, although I haven't worked on it in a while now...
j
But is it still worth using it? Or shall we consider it discontinued?