Laxystem
12/26/2024, 11:39 AMapi
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 PMcommonMain
source set?
Ok, weirdly, it seems like the issue only applies toLaxystem
12/26/2024, 12:08 PMglfwMain
source set, so I switched to using an applyDefaultTemplate
with a group
Laxystem
12/26/2024, 12:09 PMglfwMain
cannot find its dependencies for whatever reason?Laxystem
12/26/2024, 12:41 PM