AndroidTest

Added in 8.4.0-rc02

@Incubating
interface AndroidTest


DSL object on library build type for configurations of the android test component.

android { buildTypes { debug { androidTest { enableMinification = ... } } } }

Summary

Public properties

Boolean

Enable minification for the android test component

Public properties

enableMinification

Added in 8.4.0-rc02
var enableMinificationBoolean

Enable minification for the android test component