Replies: 1 comment
|
I apologize, I'm not an Eclipse user. I'll try to find some time to test with it. But, I'd appreciate it if you would post back with anything you find. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Are there any instruction on getting the annotation processor working within Eclipse?
Specifically, I've tried adding
record-builderusing the gradle processors plugin, which appears to add the appropriate configuration (record-builder-core, record-builder-process and javapoet on the APT factory path), but I'm still getting anUnable to load annotation processor factory 'io.soabase.recordbuilder.processor.RecordBuilderProcessor' for projecterror in Eclipse (which I was so far unable to diagnose further).build.gradle.kts:
All reactions