Join Slack
Powered by
Kotlin doesn't do implicit conversions (by design)...
# getting-started
d
damian
12/28/2016, 7:07 PM
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
Open in Slack
Previous
Next