In a project with native libraries I created some additional runtime configuration for each supported platform. Now, on the consumer side, I'd like to retrieve programmatically the right runtime configuration where to set the Os&Arch attributes to let Gradle successfully resolve the dependency.
To say, in my consumer project, which is a compose multiplatform, the configuration to find is "desktopRuntimeClasspath"
What's the best way to do that?