twitter / compose-rules

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

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

Closed mrmans0n closed 2 years ago

mrmans0n commented 2 years 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 2 years 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 2 years 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