Hi all...I have question regarding using Kotlin in an Android SDK. We are trying to introduce Kotlin in our SDK but we are afraid about the dependencies. More in detail...the way Kotlin works like now is by adding a dependency to your project which holds all the Kotlin APIs to be available at runtime. The problem we can foresee here is that if we are using let's say the latest version of Kotlin runtime API and one of our clients is not up - to - date with his and drops ours from its dependencies when integrating our SDK that will be a most probable source of Runtime Crashes. Can you have any idea about how we can avoid this ?