AtlasPlugin

abstract class AtlasPlugin : Plugin<Project> (source)

Base plugin, implemented by the framework modules. This plugin will be applied to the root module by the user, then it will auto-apply itself to all child subprojects internally.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun apply(target: Project)