openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
118 stars 36 forks source link

Fix publishing dependency version mapping #309

Closed Vechro closed 1 year ago

Vechro commented 1 year ago

Current usage of fromResolutionOf("commonMainApiDependenciesMetadata") we use for version mapping dependencies before publishing only works as long as we don't have openrndr dependencies in jvmMain or jsMain blocks. This PR fixes that so dependency versions are always resolved correctly for all of our openrndr dependencies.