Skip to content

Compatibility issue(?) #112

Answered by Quillraven
EnderWarik asked this question in Q&A
Discussion options

You must be logged in to vote

Great that you figured it out yourself. I also tried to create a new project now from scratch using the latest version of gdx-liftoff.

The things I changed after the project was created:

  • add fleksVersion of 2.4 to gradle.properties
  • add api "io.github.quillraven.fleks:Fleks:$fleksVersion" to build.gradle of the core project
  • Reload gradle projects via the "refresh" button in the gradle tab of IntelliJ
  • Pick correct SDK under File -> Project Structure -> Project Settings -> Project -> SDK. It must be at least Java 11 SDK

That worked for me since gdx-liftoff is now already creating projects with Java 11. I also had a look at the files and following parts are important:

  • root build.gradle: so…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Quillraven
Comment options

Answer selected by Quillraven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants