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

The core implementation module for Anvil, responsible for hooking into the Kotlin compiler and orchestrating code generation

There is a newer version: 0.4.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy