Skip to content

Failing tests (especially for annotation processor) #4

@a11n

Description

@a11n

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions