All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squareup.anvil.plugin.Logging.kt Maven / Gradle / Ivy

Go to download

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)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy