What is the difference between koinViewModel and getViewModel in jetpack compose?
z
What is the difference between koinViewModel and getViewModel in jetpack compose?
a
just the name
behind it's the same. We keep getViewModel for non breaking API reasons
271 Views