Are there any fixes for mutliplatform resource loa...
# multiplatform
a
Are there any fixes for mutliplatform resource loading problem yet?
d
I was planning a plugin, but there's no (standard) multiplatform way to expose a resource yet. i.e
InputStream
,
ByteBuffer
, etc.
a
Well, there is a kotlinx-io, but the new version is not released yet. For now it will suffice to be able to read resource as string or as ByteArray.
d
Eventually I'll get to it.
👍 1