05nelsonm / kmp-tor-binary

Apache License 2.0
5 stars 2 forks source link

Move `Resource` to `commonMain` #153

Closed 05nelsonm closed 9 months ago

05nelsonm commented 9 months ago

Now that filesystem APIs are someone commonized via #151 , the Resource class can be declared in commonMain with platform specific arguments declared in each source set.