I am starting to work in Kotlin and I need to parse a hex String to a long, which in java can be done with
Long.parseLong(\"ED05265A\", 16);