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

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

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