This repository was archived by the owner on Oct 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 494
Gradle plugin
Akash Yadav edited this page Nov 7, 2023
·
2 revisions
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.