android-gradle-aspectj icon indicating copy to clipboard operation
android-gradle-aspectj copied to clipboard

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

Open imagineDev opened this issue 3 years ago • 0 comments

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.

imagineDev avatar Jan 17 '22 06:01 imagineDev