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.7.20` #13

Closed ForteScarlet closed 1 year ago

ForteScarlet commented 1 year ago

注意:更新后可能会无法与 v0.0.4 兼容:Kotlin v1.7.20v1.7.10 相比,编译器插件内发生了不兼容的API变动。