:wave: Let's say I want to try to build against a...
# eap
b
👋 Let's say I want to try to build against a recent RC (e.g. 1.8.20-RC-257 from yesterday), what's the way to do that? I think it involves adding Teamcity as a maven repository but not sure of what URL to use. Is there a doc for that? 🙏
t
You could use this
<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/>
repository. Note that artifacts there are periodically cleaned.
b
oh great! Thanks