76b51b1058
When a Kotlin metadata input configuration tries to resolve a module with no Kotlin metadata (such as: plain old Maven module, a non-MPP Kotlin project with a single platform), it should be able to resolve successfully. Given that the input metadata configurations extend from source set dependencies configurations, where platform-specific dependencies may occur, allowing the metadata configuration to resolve such dependencies into platform artifacts seems to achieve successful dependency resolution. Issue #KT-26834 Fixed