sorry, but I think I'm mixing things up, what do I...
# announcements
e
sorry, but I think I'm mixing things up, what do I need for kotlin eap
Copy code
maven { url "<https://dl.bintray.com/kotlin/kotlin-dev>" }
maven { url "<https://dl.bintray.com/kotlin/kotlin-eap>" }
The first one? The second one? I cant test, because I have already everything cached and I'd need to delete (and download again) gb of stuff (.gradle) just to try
g
second one
e
and is kotlin stable also available through the same address?
e
(in case I might want to try)
g
Nope, Kotlin stable available on jcenter and maven central
e
ok, thank Andrey!
g
actually the latest stable versions also available there!
but anyway, suggest to put
jcenter()
above kotlin-eap repo
e
I have it already
👍 1