Search Gradle plugins

Version 3.5.2.1

3.5.2.1

Created 19 November 2019.

Android AspectJ Transform Plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.freefair.android.aspectj.transform") version "3.5.2.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.freefair.gradle:android-gradle-plugins:3.5.2.1")
      }
    }
    
    apply(plugin = "io.freefair.android.aspectj.transform")
  • Applying plugins to all subprojects .