05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

Use `sealed interface` for `TorRuntime` #416

Closed 05nelsonm closed 4 months ago

05nelsonm commented 4 months ago

This PR modifies the TorRuntime interface by declaring it as being sealed.