Transitive dependencies seem to not work at all fo...
# gradle
l
Transitive dependencies seem to not work at all for me? I have a project with JVM, Linux X64, and WasmJS targets that declares
api
dependencies, then another, that declares it as a dependency, and it transitive dependencies simply don't work? They do work for another project, I have no idea why they don't work here. Adding a dependency on the transitive dependencies manually in the dependent project automagically fixes the issue, but these dependencies should be added transitively?
Ok, weirdly, it seems like the issue only applies to the
commonMain
source set? Ok, weirdly, it seems like the issue only applies to
Ok, I had a custom
glfwMain
source set, so I switched to using an
applyDefaultTemplate
with a
group
But now it seems like that new
glfwMain
cannot find its dependencies for whatever reason?