A Kotlin compiler plugin for transforming suspend functions to platform-compatible non-suspend functions, such as the JVM Blocking API and CompletableFuture or JS Promise, etc. 🐱
MIT License
36
stars
3
forks
source link
Support `baseName`, `suffix` and `asProperty` for `@JsPromise` #69
I forgot to add these three attributes to
@JsPromise
before. Now they are added.