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?
Laxystem
12/26/2024, 12:01 PM
Ok, weirdly, it seems like the issue only applies to the
commonMain
source set?
Ok, weirdly, it seems like the issue only applies to