pocmo / recompose

recompose is a tool for converting Android layouts in XML to Kotlin code using Jetpack Compose.
Apache License 2.0
783 stars 49 forks source link

Add "Don't show this dialog next time" checkbox to plugin prompt, test case for CardView to ComposerTest #77

Closed t-regbs closed 3 years ago

t-regbs commented 3 years ago

Addresses #73 #65

t-regbs commented 3 years ago

The changes look okay, I think. But can you please create separate PRs for them? Having multiple changes in one PR makes it hard to review and squash them.

ok will do