Why did Kotlin change the Double literal to requir...
# getting-started
p
Why did Kotlin change the Double literal to require number before and after the decimal? In Java you can do:
1.
or
.5
and it works..