https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
p

Patrick Jackson

09/25/2019, 6:31 PM
Anyone having trouble with common tests finding references from
commonMain
? Running into this in a new project with nearly identical setup & build.gradle
For some reason classes are not built for the commonMain folder, but they are for jvmMain. I've checked dir names, and set
kotlin.srcDir("")
directly on the sourceSets
Reproducer available here. https://github.com/patjackson52/kmp-commontest-bug Haven't posted bug yet. Maybe I'm missing something.
Looks like it was just a .kt left of off file names