Class AutoAIDLPlugin

java.lang.Object
io.github.nguyenduck.autoaidl.AutoAIDLPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class AutoAIDLPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
The AutoAIDLPlugin class is a Gradle plugin that simplifies the process of generating AIDL files from annotated interfaces in an Android project. This plugin automatically registers tasks and configures source directories to generate AIDL files during the build process.
  • Method Details

    • apply

      public void apply(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>