com.squareup.anvil.plugin.Logging.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 Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
The newest version!
package com.squareup.anvil.plugin
import org.gradle.api.Task
internal fun Task.log(message: String) {
logger.info(message)
}