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

Optimising the default annotation copy configuration: exclude the `kotlin.optIn` by default, and exclude both `@JvmAsync` and `@JvmBlocking` on the JVM platform #61

Closed ForteScarlet closed 2 months ago

ForteScarlet commented 2 months ago

See also #56