Question for professional teams writing #kotlin. What's your strategy for updating kotlin versions?
Do stick to one release until there's a compelling reason to move? Update ASAP? Something in between?
@hjc We use #RenovateBot to keep all our dependencies up-to-date. So if there is a new #Kotlin release, a pull request is created and merged automatically if all tests are fine.
For us, Kotlin is just a normal dependency.