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
Optimising the default annotation copy configuration: exclude the `kotlin.optIn` by default, and exclude both `@JvmAsync` and `@JvmBlocking` on the JVM platform #61
See also #56