Package io.github.nguyenduck.autoaidl
Class AutoAIDLPlugin
java.lang.Object
io.github.nguyenduck.autoaidl.AutoAIDLPlugin
- All Implemented Interfaces:
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 Summary
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-