Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新kotlinx-io到0.6.0并迁移所有*内部*与IO有关的Resource类型到 SourceResource #971

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

ForliyScarlet
Copy link
Member

算是逐步将IO迁移至 kotlinx-io, 内部与IO有关的类型实质上地实现了 SourceResource.

  • FileResourceImpl
  • PathResourceImpl
  • URIResourceImpl

因此在JVM中获取到的与IO相关的Resource已经实质上实现了 SourceResource

但是尚未对它们对应的接口类型做调整,需要在观望一下 kotlinx-io 的后续更新。

@ForliyScarlet ForliyScarlet added the 特性 一个新特性,或者一个新的功能/能力 label Nov 20, 2024
@ForteScarlet ForteScarlet changed the title 更新kotlinx-io到0.6.0并迁移所有 *内部* 与IO有关的Resource类型到 SourceResource 更新kotlinx-io到0.6.0并迁移所有*内部*与IO有关的Resource类型到 SourceResource Nov 20, 2024
@ForteScarlet ForteScarlet merged commit 8a8cfaa into v4-dev Nov 20, 2024
5 of 6 checks passed
@ForteScarlet ForteScarlet deleted the update-ktxio branch November 20, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
特性 一个新特性,或者一个新的功能/能力
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants