I'm trying to add composite building to my multiplatform project but having some issues. I have two projects /player and /mediapresentation. I have the player project including another by using the following in its settings.gradle.kts:
Copy code
includeBuild("../mediapresentation")
However, when I run the player:build task in IntelliJ's gradle menu, it fails when trying to include the mediaplayer dependency: