AndroidExtension

open class AndroidExtension(objectFactory: ObjectFactory)(source)

Android-specific configuration options for the compiler plugin.

This class provides options that affect how the Kotlin compiler plugin interacts with Android projects, such as whether getString replacements should be enabled.

Parameters

objectFactory

The Gradle ObjectFactory used to create properties.

Constructors

Link copied to clipboard
constructor(objectFactory: ObjectFactory)

Properties

Link copied to clipboard
open val replaceGetString: Property<Boolean>

Controls whether Context.getString calls should be replaced.

Link copied to clipboard
open val replacePluralString: Property<Boolean>