parseFloat

external fun parseFloat(s: String, radix: Int = definedExternally): Double

Deprecated (with error)

Use toDouble() instead.

Replace with

s.toDouble()