Maik
07/08/2021, 7:22 AM@ErrorID
val errorID: Long = 0x10A
The ID's are found using the annotation and then their value is checked.
But now I have encountered a problem. I want to do the check in a project with multiple modules and I am not clear how to manage or persist data in the plugin across modules.
Are there any possible solutions for such use cases and if so, what do they look like?
I would be very happy about some helpful comments!rnett
07/08/2021, 7:48 PMbuild/
), and then have a gradle task in the root project that checks each of them. But you may run into incremental compilation issues, as well.louiscad
08/04/2021, 2:18 PM