05nelsonm / kmp-file

A very simple File API for Kotlin Multiplatform. It gets the job done.
Apache License 2.0
3 stars 0 forks source link

`String.toFile` should use `@JvmName("get")` annotation #26

Closed 05nelsonm closed 10 months ago

05nelsonm commented 10 months ago

From Java the extension function looks like File.toFile("sdfasdfasdf")

05nelsonm commented 10 months ago

Other top level extensions should also use Of terminology

String name = File.nameOf(myFile);