Kotlin Type Conversion

it’s also called Type casting , Type Conversion is to convert one data type variable into another data type kotlin doesn’t support implicit type conversion (small to large data type). java supports In java we can assign integer values to long data types but in kotlin isn’t possible.   In kotlin we can’t assign integer value to …

Kotlin Type Conversion Read More »