registerAarTransform

abstract fun <T : Task> registerAarTransform(task: TaskProvider<T>, inputAar: (T) -> RegularFileProperty, outputAar: (T) -> RegularFileProperty)

Register a transformation of the AAR produced by this variant. inputAar is set to the input, and the transformed AAR should be written to outputAar.