Hey folks, could you please give a bit of a feedback?
Provided that you have Kotlin plugin in IDE, when the new release of Kotlin (and Kotlin/Native) is rolled out, what do you usually update first:
1️⃣ both IDE plugin and in-project Kotlin version;
2️⃣ only IDE plugin;
3️⃣ only in-project Kotlin version.
4️⃣ 1
3️⃣ 3
2️⃣ 7
1️⃣ 23
s
serebit
10/01/2019, 3:41 PM
If it's EAP, just the plugin. If it's release, both.
4️⃣ 1
👍 5
➕ 1
k
kpgalligan
10/01/2019, 3:42 PM
I’m usually on eap Intellij. I update Kotlin plugin when the little dialog pops up. Don’t really relate the 2. Can’t update KN until libraries push, which may take time.
👍 6
➕ 1
b
Big Chungus
10/01/2019, 4:43 PM
Toolbox updates everything to release version automatically for me. I'm also updating kotlin version as soon as the release goes out. Not a fan of EAP updates.
👍 1
k
Konstantin Petrukhnov
10/02/2019, 4:24 AM
Only version in project, to see if there any problems with compilation/packaging. Then within days-weeks usually update IDE and its plugin.