twitter / compose-rules

Static checks to aid with a healthy adoption of Compose
https://twitter.github.io/compose-rules
Other
1.35k stars 92 forks source link

Add whetstone VM factory function to the list of VM factories #90

Closed mrmans0n closed 1 year ago

mrmans0n commented 1 year ago

Looking at Whetstone, they are using a method injectedViewModel to acquire VMs. I am just adding it to the list of watched methods for VM forwarding/injecting rules.

digitalbuddha commented 1 year ago

Keep up @kenyee its been out or 3 days :-)

Do we want to add Mavericks VM factory too? https://github.com/airbnb/mavericks/blob/main/mvrx-compose/src/main/kotlin/com/airbnb/mvrx/compose/MavericksComposeExtensions.kt#L52

mrmans0n commented 1 year ago

Keep up @kenyee its been out or 3 days :-)

Do we want to add Mavericks VM factory too? https://github.com/airbnb/mavericks/blob/main/mvrx-compose/src/main/kotlin/com/airbnb/mvrx/compose/MavericksComposeExtensions.kt#L52

yep in a subsequent one