gh-pages / com.nextfaze.devfun.compiler / FLAG_DEBUG_VERBOSE
FLAG_DEBUG_VERBOSE
const val FLAG_DEBUG_VERBOSE:
String
(source)
Flag to enable additional compile/processing log output. (default: false
)
Set using APT options:
android {
defaultConfig {
javaCompileOptions {
annotationProcessorOptions {
argument("devfun.debug.verbose", "true")
}
}
}
}