I have the latest Intellij EAP installed, latest Kotlin EAP installed, and am trying to use the Kotlin Gradle DSL. I am also using the latest Gradle release 4.10.2.
When I try to add JavaFX as a dependency, I get an AssertionError:
compile("org.openjfxjavafx base11:windows")
The problematic part seems to be the last ":windows", without it I get no errors but not the correct jars either. I suppose this is a bug... Is there anything I can do to overcome it? (I can post the stacktrace too..)