-
Notifications
You must be signed in to change notification settings - Fork 641
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
Support for Gradle 8+, AGP 8+ #409
Comments
Unfortunately this is the announced issue caused by AGP 8+.
This wonderful plugin seems to be no more maintained. My current "solution" is to revert the AGP to 7.4.x. |
Android really does not want anyone to package local .aar into their libraries |
|
Those changes required if you want too use project as included build for an app which already uses AGP 8. So it allows to debug or experiment with Amplitude SDK as part of your own project - Update Kotlin 1.9.0 and AGP 8.1.0, Gradle 8.2.1 - Removed fat-aar because it's not compatible with AGP 8 (see kezong/fat-aar-android#409), so no dependencies packaging into single AAR anymore, it affects publishing, but doesn't affect if repo used as included build - Fix incompatibility with AGP 8 DSL: added namepaces, enabled required buildFeatures
Describe the issue
In AGP 8.0, the
com.android.build.api.transform
package was removed. This api is mainly used here and causesfat-aar
to fail to build in the environment described below.This results in previously passing builds that use
fat-aar
failing with exceptions like:Are there plans to support this plugin for Gradle 8+, AGP 8+?
Build Environment
The text was updated successfully, but these errors were encountered: