Depends, I don't expect Compose development to stay Android centric if Jetbrains succeeds with their Desktop variant. They've already experimented with a browser variant as well; showing that it is possible at least but they are not doing that yet. IOS would seem like it would be more of the same.
So, I wouldn't dismiss it outright. The big picture is that for cross platform UI development Flutter (Google) and react native (Facebook) are the only two options right now. React like frameworks such as compose, swift ui, and Fritz2 seem to be popping up a lot lately. And Kotlin is nicely positioned in that it can target all these platforms. It just lacks a native UI toolkit.
A platform neutral compose like API would enable a lot of code sharing.
As it is, I'm actually packaging up our Fritz2 app using Cordova 😉 right now. Kind of works but I won't pretend it's great. It's a matter of time before somebody will have to sit down and do a proper app. I lack a mobile team; so Cordova+Fritz2 it is for now.