Kotlin version conflict?
I'm working on maintaining an Android library that is using Kotlin v1.2.1.
There are more than 500 applications using the library (published on Maven).
What happens if I upgrade Kotlin version to the latest - current is 1.6.10?
Any conflicts?
Do 500 using applications need to upgrade also?