Skip to content

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

2 participants