ForteScarlet / kotlin-suspend-transform-compiler-plugin

A Kotlin compiler plugin for transforming suspend functions to platform-compatible non-suspend functions, such as the JVM Blocking API and CompletableFuture 🐱
MIT License
33 stars 3 forks source link

Make the `runtime` and `annotations` modules support the `wasmJs` target. #40

Closed ForteScarlet closed 8 months ago

ForteScarlet commented 8 months ago

[!note] The wasmJs target does not have any implementation in either module, and does not reference the coroutines library for wasmJs (since v1.8.0 has not yet been released officially, you can of course choose to introduce it yourself manually)

lppedd commented 8 months ago

Related to Maven, I'd just get rid of the readme item entirely. I'm not even sure it's possible but anyway the amount of work wouldn't justify it.

Almost everyone I know uses Gradle, or switched from Maven to Gradle recently.

ForteScarlet commented 8 months ago

@lppedd Maven's note I was going to change it from 'not yet supported' to 'unsupported' before, but as you say it's fine to just delete it