Any news on when a 2.2.0 EAP version will be out? ...
# eap
y
Any news on when a 2.2.0 EAP version will be out? I need its JS/Native context parameter fixes. Alternatively, is there a way to use "nightly" versions of the Kotlin compiler easily?
1
d
2.2.0-Beta1 is planned for the next week. As for developer builds, there are two options: 1. Bootstrap repo (
<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap>
) contains versions of the compiler which are used to compile the kotlin project itself. Artifacts are published to the repo every two weeks from the latest master. The repo is stable (nothing getting removed). 2. Dev repo (
<https://redirector.kotlinlang.org/maven/dev>
) contains nightly builds from master and occasional builds from developers branches. The repo is unstable (artifacts getting removed in a few weeks)
thank you color 1
👍 1