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

Update ParameterValue.kt to fix a typo #82

Closed moingshaikh closed 3 years ago

moingshaikh commented 3 years ago

Fixed the typo 'ColoValue' to 'ColorValue' as mentioned in the #78

Foso commented 3 years ago

Hi @moingshaikh thank you for your contribution, but your build failed because 'ColoValue` is also used in other classes. It would be cool if you could also the change the other occurrences :)

moingshaikh commented 3 years ago

Hi @moingshaikh thank you for your contribution, but your build failed because 'ColoValue` is also used in other classes. It would be cool if you could also the change the other occurrences :)

Thank you for the update, @Foso. I wasn't sure about this but gave it a try since it looked like a one-shot fix to me.

I will try my best to fix this on other places soon :)

pocmo commented 3 years ago

I'll close this PR for now. Feel free to reopen it once you have fixed the build issues. :)