-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make plugin compatible with Android Gradle Plugin #2
Comments
Sorry for misunderstanding I think that is the right issue, make compatible with android, maybe we need to start from here before, sorry for the extra effort. http://blog.sqisland.com/2015/02/gce2retrofit-gradle-plugin.html Check the part about 'Points to note' that talk about this is the repo that talk in the article that contains a example: |
No worries. There was no extra effort, backward compatibility with Gradle versions <5.0 is a must have for people stuck on previous versions and it wasn't so much work anyway. Yep, things are different on Android mostly because of variants. |
@daferpi I just published a 0.1.0 version with initial Android support. It should work with Gradle >=4.10.1, Android Gradle Plugin >=3.3.0, vlingo-actors >= 0.8.0 and Java actor protocols. Configuration is a bit clunky for now, see the plugin's README and It's not done yet, I plan to make the configuration DSL better. But it should get you going. If you encounter any issue with the Android support, please report. |
Perfect,I go to do some test and check how works!, Thanks a lot for your job and amazing work. I provided feedback ASAP, thanks again!! |
After some test, I think that this issue can be closed, because the plugin works well. I only have one question, when I try to setup the directory path manually the plugin always create a folder with the name that I put in the |
The Thanks for the feedback, I opened #3 as a follow up and will close this issue. |
Requires reacting to Android Gradle Plugin its build types and source sets and configure accordingly.
Lower supported version of the Gradle Android Plugin is an open question and will be settled when implementing depending on the found backwards compatibility complications.
The text was updated successfully, but these errors were encountered: