google / iosched

The Google I/O Android App
Apache License 2.0
21.77k stars 6.2k forks source link

room.incremental does not take effect in kapt #377

Open gitee-shareware opened 3 years ago

gitee-shareware commented 3 years ago

javaCompileOptions { annotationProcessorOptions { arguments["room.incremental"] = "true" } }

does not take effect in kapt(room-compiler)