Questions tagged [kotlin-js]

No instructions have been provided for implementing this tag at the moment.

Tips for integrating AsyncGenerators with Kotlin/JS

I am currently exploring the use of IPFS with Kotlin/JS, but my issue is not limited to that specific context. The functions ipfs.cat() and ipfs.get() return an AsyncGenerator, and I am uncertain about how to properly iterate over it using Kotlin (I am als ...

Creating a KotlinJS application using GitHub Actions for continuous integration tasks

I am encountering some difficulties while trying to set up GitHub Actions for building my KotlinJS project. I have included the following JavaScript runtime dependency: implementation(npm("kotlinx-serialization-kotlinx-serialization-core-jslegacy", "1.4.2- ...