Currently using kotlin 1.4.10 in my android project. Is there an EAP or someway to try 1.4.20 early? I want to see if it fixes a compilation issue I'm having. I tried looking here https://kotlinlang.org/eap/ but only see a 1.4.0 rc.
j
Justin Wei
09/18/2020, 3:40 AM
You can always try cloning the kotlin repo and building your own kotlinc.
Justin Wei
09/18/2020, 3:41 AM
Not sure if there's a more official way to try 1.4.2 since I also noticed the odd discrepancy in EAP.
We don't publish develop builds of kotlin compiler regularly. You can try to build 1.4.20 from corresponding branch locally or just wait for official 1.4.20 EAP, which will be released soon (approximately on next week, if there won't be any blockers)