I develop a Qt app that needs a mobile version, though I've never done mobile development before. I use Qt for the desktop app specifically because a I'm a long time KDE user. What does convergent mean in this context? What would Kirigami bring to a potential Android application?
You get some nice predefined widgets to use with QML, but you also potentially have to build Maui/Kirigami against the platforms you deploy to, and it's a C++ & QML project with its own build platform.
Thanks