Multiple Modules
kapt {
arguments {
arg("targetModuleName", "SomeUniqueModuleName")
}
}// inside android -> defaultConfig
javaCompileOptions {
annotationProcessorOptions {
arguments = ['library': 'true']
}
}Last updated
Was this helpful?