ragunathjawahar / android-saripaar

UI form validation library for Android
Apache License 2.0
3.22k stars 460 forks source link

Support multiple module project #236

Open mnayef95 opened 5 years ago

mnayef95 commented 5 years ago

When i'm using android-saripaar in project with one module it's ok but if i'm using this library with multiple module project the problem is R,java is not final in library modules so i think you need to support R2 or create custom R class to use it with android-saripaar

hutaodediannao commented 5 years ago

666

mnayef95 commented 5 years ago

I have created an extensible annotation processing library that has these features

You can check it here: https://github.com/Winfooz/WinValidation All contributions are welcome