Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Java 8 #1

@ghost

Description

Is there any chance to generate model files when we are using compatibility with java 8?

You are probably aware of that, but if you are not then: When we put this:

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}
jackOptions {
    enabled true
}

in our gradle -> your annotation processor is not working. Any solution for that?

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