Skip to content

fix: android plugins now built using same “gradle” as apps #5671

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

Merged
merged 6 commits into from
Feb 13, 2023

Conversation

farfromrefug
Copy link
Contributor

@farfromrefug farfromrefug commented Jun 23, 2022

  • copy paste for now. I think most could be refactored in the runtime and cli should include from there
  • now kotlin, buildtools, … versions are define like in apps and use same defaults
  • we dont modify the build.gradle for tempPlugin anymore. Instead we add the plugin as a native dep (to itself..) and just ignore the aar that we would build (which can already be there).
  • now users can do almost anything they want in their plugin include.gradle and it will work (for example comments on the first line would break the build)
  • now while building a tempPlugin we pickup any external aar we find the plugin platforms folder (main reason for this change)

* copy paste for now. I think most could be refactored in the runtime and cli should include from there
* not kotlin, buildtools, … versions are define like in apps and use same defaults
* we dont modify the build.gradle for tempPlugin anymore. Instead we add the plugin as a native dep (to itself..) and just ignore the `aar` that we would build (which can already be there).
* now users can do almost anything they want in their plugin `include.gradle` and it will work (for example comments on the first line would break the build)
* now while building a tempPlugin we pickup any external aar we find the plugin `platforms` folder (main reason for this change)
@cla-bot cla-bot bot added the cla: yes label Jun 23, 2022
@farfromrefug
Copy link
Contributor Author

@rigor789 thanks a lot for merging this!

@farfromrefug farfromrefug deleted the gradle_rewrite branch February 13, 2023 14:46
rigor789 added a commit that referenced this pull request Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants