Kotlin has a notion of platform independent and platform dependent Kotlin . What it does is when we use Kotlin, traditionally we had been talking about Kotlin targeting the JVM, whether this was for backend servers, desktop applications, or Android.
Read more