Skip to content

Instantly share code, notes, and snippets.

@Raiden18
Created August 26, 2022 07:02
Show Gist options
  • Save Raiden18/dc6893c2950eca0f58c2f994ad9d77ee to your computer and use it in GitHub Desktop.
Save Raiden18/dc6893c2950eca0f58c2f994ad9d77ee to your computer and use it in GitHub Desktop.
@IncrementalAnnotationProcessor(IncrementalAnnotationProcessorType.ISOLATING)
class YourProcessor1 : AbstractProcessor() {
// rest of the code
}
@IncrementalAnnotationProcessor(IncrementalAnnotationProcessorType.ISOLATING)
class YourProcessor2 : AbstractProcessor() {
// rest of the code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment