You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Akash Yadav edited this page Nov 7, 2023
·
2 revisions
The AndroidIDE Gradle Plugin
The AndroidIDE Gradle Plugin (:gradle-plugin module) is used to configure the build for a project that is built inside AndroidIDE.
Init Script Plugin
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.
Project Plugin
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).
LogSender Plugin
The LogSenderPlugin adds the LogSender dependency (:logsender module published to Maven Central) to all the debuggable variants of the Android application module.