Skip to content

Commit 612fe44

Browse files
committed
友情链接
1 parent 5dbf2ad commit 612fe44

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

472476
see [LICENSE](LICENSE) .

README_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)