gh-pages / com.nextfaze.devfun.compiler / NOTE_LOGGING_ENABLED
NOTE_LOGGING_ENABLED
const val NOTE_LOGGING_ENABLED: String (source)
Flag to enable logging of note messages. (default: <false>)
Set using APT options:
android {
defaultConfig {
javaCompileOptions {
annotationProcessorOptions {
argument("devfun.logging.note.enabled", "true")
}
}
}
}
See Also