Package-level declarations

Types

Link copied to clipboard
open class Bundle @Inject constructor(project: Project)

Represents a new build type that will be added. For instance, "play store", "huawei store" or "single build".

Link copied to clipboard
open class OMHExtension @Inject constructor(project: Project)
Link copied to clipboard
open class Service @Inject constructor(project: Project, val key: String, gmsPath: String, nonGmsPath: String)

Represents the type of dependency to be added. It can only be GMS o NON GMS

Link copied to clipboard
open class ServiceDetail @Inject constructor(project: Project, defaultPath: String)

Represents detailed information of a Service like the dependency and the path.