Files
compose-multiplatform/gradle-plugins/compose
Christian De Angelis d79b793131 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.
2023-01-02 16:44:35 +01:00
..