edwinRNDR
04/03/2023, 12:38 PMallSourceSetsRuntimeDependenciesMetadata
. I use this configuration for version mapping in https://github.com/openrndr/orx/blob/051da62740d8cbf77415fe7e0e518af60f1ff81f/buil[…]n/org/openrndr/extra/convention/kotlin-multiplatform.gradle.kts . Question is if there is an alternative (and if using this configuration was a good choice in the first place)? When I replace it using fromResolutionResult()
or fromResolutionOf("allSourceSetsCompileDependenciesMetadata")
I don't get the desired versions in the generated POMsedwinRNDR
04/03/2023, 3:06 PMfromResolutionOf("commonMainApiDependenciesMetadata")
insteadedwinRNDR
04/03/2023, 3:08 PM