Implicit and explicit keywords

Kotlin hates implicit, so this is not going to happen.

First, it’s hard to understand if not used correctly:

and second there is a technical issue:
https://kotlinlang.org/docs/reference/basic-types.html#explicit-conversions

4 Likes