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

Support K2 #44

Closed ForteScarlet closed 7 months ago

ForteScarlet commented 7 months ago

支持 K2 编译器。

好难喔… 🥲

ForteScarlet commented 7 months ago

😄