A bit of a weird question, but I have a multiplatform project with two JVM source sets and a common source set. I'm using expect actual, so I can't split them into separate projects. I'm trying to depend on
one source set. This is easy enough to do via the artifact id, but does not seem possible to do via a gradle
project
dependency, which is what I need. Is there any way to do this?