forked from AndroidIDEOfficial/AndroidIDE
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Gradle plugin
Felipe Teixeira edited this page Oct 28, 2024
·
1 revision
The AndroidIDE Gradle Plugin (:gradle-plugin
module) is used to configure the build for a project that is built inside AndroidIDE.
The AndroidIDEInitScriptPlugin
is applied using the auto-generated Gradle initialization script. This init script configures the repositories and classpath for the root project and then applies the AndroidIDEPlugin
to all subprojects.
The AndroidIDEPlugin
configures all the subprojects. At the time of this writing, it only applies the LogSenderPlugin
to all Android application modules (com.android.application
).
The LogSenderPlugin
adds the LogSender dependency (:logsender
module published to Maven Central) to all the debuggable variants of the Android application module.