Archinamon / android-gradle-aspectj

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

Error while building using android gradle plugin 2.5.0-alpha-preview-01 #49

Closed mikekudzin closed 6 years ago

mikekudzin commented 7 years ago

Hi! I have tried to run preemptive compatibility testing with

(More details here and here) And got the error running, for instance, gradlew help:

A problem occurred configuring project ':Demo'. Failed to notify project evaluation listener. com.android.build.gradle.internal.scope.VariantScope.getInstantRunBuildContext()Lcom/android/build/gradle/internal/incremental/InstantRunBuildContext;

Archinamon commented 6 years ago

Code base adapted for gradle plugin 2.3.3; So it's not actual no more. I'm currently working on adapting for 3.0.0 plugin: classpath 'com.archinamon:android-gradle-aspectj:3.1.1-gradleApiBeta'

Sources available in separate branch (temporary): https://github.com/Archinamon/GradleAspectJ-Android/tree/feature/gradleApiBeta_3.0.0-beta7