Closed WhosNickDoglio closed 4 months ago
Looks like non property annotated fails to compile
test fails because compile testing is actually failing the build before KSP runs, which is correct behavior, because you can't annotate anything other than a property with @Verify
. That test should just be changed to assert on a different compilation result I think.
On the other hand annotated class property fails to compile
is failing and it seems like KSP is not running the processor at all.
superseded by https://github.com/anthonycr/Mockingbird/pull/47
Closes #8