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

com.squareup.anvil.plugin.BuildProperties.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.

There is a newer version: 0.4.0
Show newest version
package com.squareup.anvil.plugin

import kotlin.String

internal const val GROUP: String = "dev.zacsweers.anvil"

internal const val VERSION: String = "0.2.6"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy