05nelsonm / kmp-file

A very simple File API for Kotlin Multiplatform. It gets the job done.
Apache License 2.0
2 stars 0 forks source link

Add `InterruptedException` expect/actual #38

Closed 05nelsonm closed 7 months ago

05nelsonm commented 7 months ago

kmp-file is going to be utilized in both process and kmp-tor-core as part of its API.

A shared InterruptedException would be very useful.