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
The core implementation module for Anvil, responsible for hooking into the Kotlin compiler and orchestrating code generation
package com.squareup.anvil.compiler
import kotlin.Boolean
internal const val FULL_TEST_RUN: Boolean = true
internal const val INCLUDE_KSP_TESTS: Boolean = true