Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If you need to target JDK 9+ #8

Open
RaphaelFourdrilis opened this issue Jun 7, 2020 · 0 comments
Open

If you need to target JDK 9+ #8

RaphaelFourdrilis opened this issue Jun 7, 2020 · 0 comments

Comments

@RaphaelFourdrilis
Copy link

RaphaelFourdrilis commented Jun 7, 2020

JFoenix does support JDK 9+ now.

I managed to make it work this way:

build.gradle.kts:

dependencies {
    implementation("no.tornado:tornadofx:1.7.20")
    implementation("com.jfoenix:jfoenix:9.0.8")
    implementation("com.github.bkenn:kfoenix:0.1.3") {
        exclude("com.jfoenix:jfoenix")
    }
}

Thought I'd put it there if someone needs it, cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant