-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: When Can we Expect the support for Jetbrains Compose? #24
Comments
Hi! I am afraid there is no ETA on Compose support. Note: while there isn't any support for Compose (yet), it's already possible to use ViewModels with StateFlows in Compose. |
I was going to use this library until I realised there is not Extension function or any way so that the KMM ViewModel from your library can be initialised in a Composable. I guess that will be general requirement. You already got the ViewModel part covered just need to provide some way so that the KMM ViewModel can be initialised in a Composable. And Yeah I'm using Decompose + KRouter to meet my project requirements |
Hey @avidraghav You can use decompose instanceKeeper to initialize the viewModel! |
Hi Rick, first of all great work. I'm using Compose for iOS in my KMM project hence I can't use this library currently. So do you have any date/month in your mind by which there will be support for Jetbrains Compose? Thanks
The text was updated successfully, but these errors were encountered: