Hey does anyone have some sample code for writing a file using Okio multiplatform? I'm hitting an AI API that generates an image, and I'd like to write it to the filesystem for both Android and iOS. Cache directory is actually fine in this case. Either the docs for Okio are severly lacking in this regard, or I'm really missing something. Anybody got a few bytes to throw my way?
Or is there a more canonical KMP way to do something like this?