05nelsonm / kmp-tor-resource

Tor resources for kmp-tor
Apache License 2.0
3 stars 0 forks source link

Refactor to `exec` and `static` modules #56

Closed 05nelsonm closed 2 months ago

05nelsonm commented 2 months ago

As a result of #42 findings with limitations on running executables for iOS (not impossible but highly regarded), I believe it be best to provide 4 variants with differing support. This will require changes to kmp-tor-core and kmp-tor repositories

This requires a modification to kmp-tor-core:core-api module to provide a new abstraction (sealed class) which will provide the 2 implementations for all targets. For the time being, that new abstraction can be kept in this repository until work on this is completed, whereby it can then be moved to kmp-tor-core:core-api.

Once that is done, can update kmp-tor to account for the 2 loader methods and platforms.

05nelsonm commented 2 months ago

image