File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,10 @@ suspendTransform {
467467}
468468```
469469
470+ ## Useful Links
471+ [ Kotlin Suspend Interface reversal] ( https://github.com/ForteScarlet/kotlin-suspend-interface-reversal )
472+ : Generate platform-compatible extension types for interfaces or abstract classes that contain suspend functions, based on KSP.
473+
470474## License
471475
472476see [ LICENSE] ( LICENSE ) .
Original file line number Diff line number Diff line change @@ -465,6 +465,11 @@ suspendTransform {
465465 // or addJsTransformers(...)
466466
467467}
468+ ```
469+
470+ ## 友情连接
471+ [ Kotlin Suspend Interface reversal] ( https://github.com/ForteScarlet/kotlin-suspend-interface-reversal )
472+ : 基于 KSP,为包含挂起函数的接口或抽象类生成与平台兼容的扩展类型。
468473
469474## 开源协议
470475
You can’t perform that action at this time.
0 commit comments