Javier
05/25/2023, 9:39 AMtypealias File = java.io.File
to the kotlin stdlib in the jvm part would be great, so we don't have to remember to add the import.
But I don't know if there are plans to add a real multiplatform File
to the stdlib "soon"CLOVIS
05/25/2023, 10:09 AMjava.io.File
isn't even the modern way to deal with files on the JVM, and is not multiplatform. I don't think any helper of the sort should be added until there is a multiplatform file utility, whenever that is.CLOVIS
05/25/2023, 10:10 AMJavier
05/25/2023, 10:35 AMFile
, that is the main reason I need that import when scriptingPaul Griffith
05/25/2023, 3:33 PMyschimke
05/25/2023, 6:15 PM