icerockdev / moko-parcelize

@Parcelize support for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
65 stars 2 forks source link

Update readme to be more specific at step 'Enable kotlin parcelize' #24

Open ovitrif opened 3 years ago

ovitrif commented 3 years ago

This step in documentation doesn't provide information where to apply the plugin:

Enable kotlin parcelize:

I guess it refers to the main application module (usually the app module in an Android application).

Alex009 commented 3 years ago

you should enable plugin in gradle module where used moko-parcelize annotations.

ovitrif commented 2 years ago

you should enable plugin in gradle module where used moko-parcelize annotations.

Hey @Alex009 ! Thank you for answering the issue and the info on how to do this. I didn't create the issue for me, after a lot of digging around I found how to do it before actually creating the issue.

It just felt for me this could be a problem for other fellow devs when integrating the plugin 😉

ovitrif commented 2 years ago

@anton6tak Since this is already assigned to yourself, do you plan to work on it in the near future? Otherwise I'd be happy to submit a PR myself for it 🙇

Alex009 commented 2 years ago

@ovitrif it will be great if you submit PR :) thanks

ovitrif commented 2 years ago

Thank you @Alex009! I will 🙇🏻