AaptOptions

@Incubating interface AaptOptions : AndroidResources


Summary

Inherited functions

From class AndroidResources
@Incubating Unit

Adds additional parameters to be passed to aapt.

@Incubating Unit
additionalParameters(vararg params: String?)

Adds additional parameters to be passed to aapt.

@Incubating Unit
noCompress(noCompress: String?)

Adds extensions of files that will not be stored compressed in the APK.

@Incubating Unit
noCompress(vararg noCompress: String?)

Adds extensions of files that will not be stored compressed in the APK.