Owner:
FlyJingFish
Lightweight Aop for Android platform, you deserve it, action is worse than your heartbeat
Version 2.6.7 (latest)
Created 18 June 2025.
Help you transform into an Android platform framework with AOP architecture
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.FlyJingFish.AndroidAop.android-aop") version "2.6.7"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts):dependencies { implementation("io.github.FlyJingFish.AndroidAop.android-aop:io.github.FlyJingFish.AndroidAop.android-aop.gradle.plugin:2.6.7") }It can then be applied in the precompiled script plugin:plugins { id("io.github.FlyJingFish.AndroidAop.android-aop") } -
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.FlyJingFish.AndroidAop.android-aop:io.github.FlyJingFish.AndroidAop.android-aop.gradle.plugin:2.6.7") } } apply(plugin = "io.github.FlyJingFish.AndroidAop.android-aop") - Applying plugins to all subprojects .