trying to get libgdx working on intellJ, but I keep getting this error, with an image that says bad logic games. I have already assign the working directory to the core/assets folder, but I am completely lost on what to do.
11:09:44 AM: Executing task 'DesktopLauncher.main()'...
Task :core:compileJava UP-TO-DATE
Task :core:processResources NO-SOURCE
Task :core:classes UP-TO-DATE
Task :core:jar UP-TO-DATE
Task :desktop:compileJava UP-TO-DATE
Task :desktop:processResources UP-TO-DATE
Task :desktop:classes UP-TO-DATE
Task :desktop:DesktopLauncher.main()
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.lwjgl.LWJGLUtil$3 (file:/C:/Users/SKIKK/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.3/3df168ac74e4a8c96562cdff24ad352e255bf89c/lwjgl-2.9.3.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.lwjgl.LWJGLUtil$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release