-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
Great library! I tried to use it for testing my annotation processor, but the processor never got called. So I cloned this repo and executed the tests to see what's wrong.
Unfortunately there are 9 failings tests after a clean checkout:
- Java AP sees Java class
- Kotlin can access generated Kotlin class
- Java AP sees Kotlin class
- Kotlin AP sees Java class
- Java can access generated Kotlin class
- Kotlin AP sees Kotlin class
- Kotlin can access generated Java class
- Java can access generated Java class
- Given only Java sources, Kotlin sources are generated and compiled
It seems the annotation processing isn't working.
Do you have any special setup?
I'm running the following configuration:
IntelliJ IDEA 2019.1 (Community Edition)
Build #IC-191.6183.87, built on March 27, 2019
JRE: 11.0.2+9-b159.30 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.1
jdk1.8.0_162
Metadata
Metadata
Assignees
Labels
No labels