How include a gradle dependency?

I need to import a library:

https://yogalayout.com/getting-started/standalone

But how integrate it in the android project?

Check out https://docs.elementscompiler.com/Projects/References/PackageReferences/

So, in short, it need to manually edit the project file to import public libraries:

I don’t mind to edit this, is how things are done with code editors like sublime or vs code, but if is the way to go then could be good to allow to edit the project file inside fire? Like “Add packages” and directly go to the project file.

Or, maybe why not go full editor? Instead of a dialog that only cover some scenarios, provide autocompletion for the project file and comands like in vs code or sublime to work on it.

Well, the idea is that eventually the Add Reference dialog will let you add arbitrary packages by name, yes. That just isn’t there yet, so right now you can only browse for known ones (and hence need to manually edit the project, for un known ones)