Skip to content

Releases: jdvp/AndroidAspectExample

v7.0.2

12 Sep 18:06

Choose a tag to compare

This release shows the code working with the following settings:

Note that with this version, the following has been added to the module-level build.gradle file:

kotlinOptions {
    freeCompilerArgs = ["-Xsam-conversions=class"]
}

This is basically required if trying to generate aspects for lambdas in Kotlin above version 1.5.0 (e.g. if you have lambdas and aspects around OnClickListeners). See more about the issue here.

v7.0.1

12 Sep 17:52

Choose a tag to compare

This release shows the code working with the following settings:

v7.0.0

06 Aug 22:31

Choose a tag to compare

This release shows the code working with the following settings:

v4.2.2

06 Aug 22:11

Choose a tag to compare

This release shows the code working with the following settings:

v4.2.1

29 May 15:29

Choose a tag to compare

This release shows the code working with the following settings:

v4.2.0

05 May 03:40

Choose a tag to compare

This release shows the code working with the following settings:

v4.1.3

20 Mar 22:00

Choose a tag to compare

This release shows the code working with the following settings:

v4.1.2

20 Jan 05:50

Choose a tag to compare

This release shows the code working with the following settings:

v4.1.1

17 Jan 19:58

Choose a tag to compare

This release shows the code working with the following settings:

v4.1.0

17 Jan 19:57

Choose a tag to compare

This release shows the code working with the following settings:

Note : This version switches from the android-gradle-aspectj plugin to the gradle-aspectj-pipeline-plugin plugin.