Hi everyone. Is there another way to make a source...
# multiplatform
i
Hi everyone. Is there another way to make a sourceSet depend on another without using dependsOn? Because this method of depending on another module was broken on my project when I updated to 1.3.30 yesterday. I'm declaring my androidMain source set and make it depend on the jvmMain but can't use any function of it, only functions on commonMain are visible, even though I can access the transitive dependencies brought by jvmMain.