You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are struggling to find a way how to include some html templates in our multiplatform project (JVM, iOS, JS) and it looks like there is no way how to do this.
I'd remembered from Flash Player that there was something called Assets Embedding, which uses annotation:
@Embed(resource="...")
val bytes:BufferedInputStream;
which automatically embeds resource files into application during compilation.
Now it's hard to include some small binary files into project as now we need to bundle files into packages for each platform and deploy separately executables + assets and implement some ResourcesManager for each platform manually.
The text was updated successfully, but these errors were encountered:
We're rebooting the kotlinx-io development (see #131), all issues related to the previous versions will be closed. Consider reopening it if the issue remains (or the feature is still missing) in a new version.
Hi,
We are struggling to find a way how to include some html templates in our multiplatform project (JVM, iOS, JS) and it looks like there is no way how to do this.
I'd remembered from Flash Player that there was something called Assets Embedding, which uses annotation:
Maybe kotlinx.io could have some annotation:
which automatically embeds resource files into application during compilation.
Now it's hard to include some small binary files into project as now we need to bundle files into packages for each platform and deploy separately executables + assets and implement some ResourcesManager for each platform manually.
The text was updated successfully, but these errors were encountered: