05nelsonm / kmp-tor-binary

Apache License 2.0
5 stars 2 forks source link

Add mock resources #160

Closed 05nelsonm closed 9 months ago

05nelsonm commented 9 months ago

Closes #156

This PR adds a gradle utility for checking binary resources in the external/build/package directory. If valid, that source set is added to the gradle module. If invalid, a mock source set is added.

Mock resources were added to fulfill runtime/test dependencies, and release documentation was updated with a check for any resource-validation errors.