Kotlin doesn't do implicit conversions (by design)...
# getting-started
d
Kotlin doesn't do implicit conversions (by design), so that's expected. You can't pass a
Float
as a
Double
argument, etc, for the same reason