Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add task dependency on unpacking wasm. (#2589)
The `jsProcessResources` task needs to depend on the `unpackSkikoWasmRuntimeJs` task since it explicitly consumes one of its outputs. Otherwise, a Gradle warning occurs during compilation that task execution optimizations have been disabled.
- Loading branch information