com.squareup.anvil.compiler.BuildProperties.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler 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.compiler
import kotlin.Boolean
internal const val FULL_TEST_RUN: Boolean = true
internal const val INCLUDE_KSP_TESTS: Boolean = true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy