Mathieu D.
10/25/2023, 11:58 AMkpgalligan
10/25/2023, 2:43 PMMathieu D.
10/25/2023, 2:59 PMJeff Lockhart
10/25/2023, 5:48 PMFileSystem.SYSTEM
API is not in common, so depending on your targets, you may need to expect/actual to access the platform implementations in common.Marko Novaković
10/26/2023, 1:11 PMFileSystem.SYSTEM.read(path.toPath()) { readUtf8() // for example }
but as Jeff mentioned you can’t have this code as common code, you have to put it in iOS moduleMathieu D.
10/26/2023, 2:02 PM