Nicklas Ansman
03/29/2024, 8:00 PMProjectDependencyInternal) to emulate what typesafe project accessors. I understand this is risky but feel the risk is worth it in this case, but of course I'd prefer to not use the internal API. Is there any other way around this with today's API that doesn't require extra syntax?Nicklas Ansman
03/29/2024, 8:01 PM.dependency or projectDependency(...) or something else that resolves get a ProjectDependency from the generated accessor.Octavia Togami
03/29/2024, 8:20 PMNicklas Ansman
03/30/2024, 3:10 PMproject.foo.bar.baz
So if project.foo returned a ProjectDependency I couldn't expose bar