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

Refactor public `expect`/`actual` #27

Closed 05nelsonm closed 8 months ago

05nelsonm commented 8 months ago

Closes #26

This PR refactors expect/actual declarations in order to clean up the public API (as seen from Java land)

I hesitated to add @ObjCName annotations, but will have to look into it further before doing that.