1a3dd67176
* Add configurations for consuming source sets metadata (extending the source set's dependency configurations). These configurations will be used by the IDE to pick up the dependencies metadata. * Remove the universal preset from the default presets, create a metadata target by default for compiling and publishing the metadata of `commonMain` (in the future, we will publish and consume the metadata of the other source sets as well). * Make the classpath configurations of common modules consume the metadata and thus ensure compatibility of 1.2.x MPP with the new MPP model.