edvin / tornadofx-idea-plugin

TornadoFX Plugin for IntelliJ IDEA
Apache License 2.0
72 stars 20 forks source link

[Bug] Fail to import/run the tornadofx-gradle-project in the IDEA 2020.1 #107

Closed floating-cat closed 4 years ago

floating-cat commented 4 years ago

I try to create the tornadofx-gradle-project in the IDEA 2020.1, but I unable to import/run it. It seems the template project uses the Gradle 4.4, which is not supported well in the new IDEA version.

And because a bug in the IDEA: https://youtrack.jetbrains.com/issue/IDEA-231576, it will swallow the error messages when importing this project.

I tried to update the Gradle version and the Kotlin version in this template, and it helps.

SchweinchenFuntik commented 4 years ago

fix #112