I've got an annoyance. I've got a sourceSet that c...
# multiplatform
p
I've got an annoyance. I've got a sourceSet that combines code for use in both Android and for targeting the JVM. I don't want it to be a separate artifact, but include it in either target. Unfortunately I don't seem to be able to find a way to tell Intellij that names should be resolved against the JDK library. Anyone know of a way to convince it to do so? Btw. it works fine for building with gradle. It is just the editor that doesn't like it.