Why is Kotlin statically typed?

Kotlin is a statically typed language which means that it does most the check at compile time rather being dependent on runtime . Well this language has stayed in the development period for quite 6 years and when it was released it was production ready right form the beginning.

Read more