android-gradle-aspectj
android-gradle-aspectj copied to clipboard
gradle plug-in adding supports of AspectJ into Android project
This gets things running with gradle 7, at least as far as the tests test things. It feels a little like there may be some breaking change in this as...
I tried to connect plugin and going through readme guide but ran into a problem. Gradle can't resolve it and I have this error message: ``` A problem occurred configuring...
I am using Jetpack Compose in my application and hence using AGP 7 is required. Getting this error when applying Kotlin Extended Plugin to my gradle. java.lang.NoSuchMethodError: 'com.android.build.api.component.impl.ComponentPropertiesImpl com.android.build.gradle.internal.variant.ComponentInfo.getProperties() Kindly...
Since [JCenter annouced](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) that it will close February 1st 2022, I deleted all jcenter references from my project and now I cannot compile because this error is occurring: ``` A...
Fix build errors for android google plugin 4.2.0 https://developer.android.com/studio/releases/gradle-plugin#4-2-0
Hi, I've opened a blocking issue where AGP 4.1.1 will crash when using appcompat, however, there's no update from the community is this plugin no longer supported? If yes, what...
Hi, Looks like the plugin would crash your app when you require to compile AGP 4.1.1 with NoClassDefFoundError, please help with this blocker: AspectJ 4.3.0/4.2.1 AGP 4.1.1 Gradle 6.1.1/6.5.1 2021-01-19...
Upon applying plugin, I'm getting the following error when building: ``` > gradlew --stacktrace FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'....