Instantly share code, notes, and snippets.
android { ... //others options defaultConfig { ... javaCompileOptions { annotationProcessorOptions { includeCompileClasspath false } } } }
This comment has been minimized.
android {
... //others options
defaultConfig {
...
javaCompileOptions {
annotationProcessorOptions {
includeCompileClasspath false
}
}
}
}