Hello o/ Is K2 in its own branch or is it the mast...
# compiler
a
Hello o/ Is K2 in its own branch or is it the master one? How to contribute to K2 and not the old one? How is Kotlin 1.8.20 developed in the same time as 1.9 and K2? How should I start with the project?
d
All development happens in master branch For releases we create separate branches and cherry-pick only fixes of bugs to them K1 and K2 are separated not by branches but by codebase
a
So, when I clone the master branch and work on compiler/fr it will be K2?
d
Yes
a
Ok, thx. 0/
what the...
Do people usually clone in root or someting?
d
Hm, never heard about this problem from colleagues with Windows Does your disc use NTFS?
a
Yes
n
On the master branch when building the Kotlin compilers, and running kotlin-jvm in REPL mode the Kotlin version is reported as 1.9. From my understanding Kotlin will skip 1.9 in favour of 2.0 for the next release.
Currently there are two branches that revolve around Kotlin 1.8: 1.8.0 and 1.8.20
d
Next release will be 1.9, and 2.0 will be after that