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

(不兼容)更新Kotlin到v1.8.0; 调整插件的配置方式,并支持多样化的自定义配置 #15

Closed ForliyScarlet closed 1 year ago

ForliyScarlet commented 1 year ago

需要Kotlin至少为 v1.8.0