-
Notifications
You must be signed in to change notification settings - Fork 214
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
Extract aar2jar logic into shareable plugin #1435
Conversation
eb6336e
to
4026aee
Compare
4026aee
to
7e99dd3
Compare
7e99dd3
to
da99f5b
Compare
@jrodbx Are you planning to publish this at one point? |
Hadn't considered it, but could! Would you find it useful? |
I would, if it solves the following (yet to try): Recently I had to bump a module from kotlin-library to android-library: because a dependency ( because it depends on Espresso Core, which is an AAR: As far as I understand if I apply this plugin on the |
* Delete MatrixMultiplication Interceptor (#1423) * Fix configuration cache bug when generating sources (#1424) * Invert logic in #1388 (#1425) * Remove guava workaround now that Collector APIs are in guava-android (#1426) * Extract aar2jar logic into shareable plugin (#1435) * Update dependency com.android.tools.layoutlib:layoutlib-api to v31.4.1 (#1401) * Update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.15.3 (#1438) * Fix recent tests to be repeatable (#1436) * Remove JUnit usages from files in main source set (#1437) * Update Kotlin and Compose (#1385)
Some minor things to clean up, but I think I like how this is looking.