com.squareup.anvil.plugin.BuildProperties.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 kotlin.String
internal const val GROUP: String = "dev.zacsweers.anvil"
internal const val VERSION: String = "0.3.1"