Can't compile blueprints: Namespace Adw does not contain a type called ShortcutsDialog

Hey! I’d like to use blueprints and after initializing a vala project with builder and doing the whole blueprint-compiler port thing, I can’t build the Project:

error: Namespace Adw does not contain a type called ShortcutsDialog
at ../../../../../TimeBox/src/shortcuts-dialog.blp line 4 column 5:
   4 |Adw.ShortcutsDialog shortcuts_dialog {
     |    ^^^^^^^^^^^^^^^
hint: Did you check your spelling?
hint: Are your dependencies up to date?

I’m using NixOS, which might need a dependency, but this didn’t work on OpenSUSE last time I tried iirc. I don’t know what code is important to post here, since I barely touched it, sorry ( abra-k/TimeBox - Codeberg.org ).

Edit: there seems to be an issue in `blueprint-compiler` : error: Namespace Adw does not contain a type called ShortcutsDialog (#207) · Issues · GNOME / Blueprint · GitLab , but I’m having trouble understanding it :grimacing:

I can confirm I also have the same issue.

Hello!!

Try to use gnome SDK runtime master or 50, version 48 (that you used in your project) comes with libadwaita 1.7, but AdwSortcutsDialog are added in 1.8

This only if you are using flatpak btw