Archinamon / android-gradle-aspectj

gradle plug-in adding supports of AspectJ into Android project
Apache License 2.0
365 stars 58 forks source link

Not Compatible with AGP 7.x. | No such method error | Can't use with Jetpack Compose #141

Open imagineDev opened 2 years ago

imagineDev commented 2 years ago

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 upgrade the library to support the latest gradle version. Jetpack Compose is the future of android UI and hence should be taken on priority.