Kotlin tutorial for Beginners – Kotlin Type Conversion

Kotlin Type Conversion In this article, you will learn about type conversion; how to convert a variable of one type to another with the help of example. In Kotlin, a numeric value of one type is not automatically converted to another type even when the other type is larger. This is different from how Java handles … Continue reading Kotlin tutorial for Beginners – Kotlin Type Conversion