sh.christian.aaraar.packaging.PackagerLogger.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
A plugin for creating a merged aar file.
The newest version!
package sh.christian.aaraar.packaging
/**
* Simple logger interface for the [Packager].
*/
fun interface PackagerLogger {
fun info(message: String)
}