@ -32,7 +32,7 @@ allprojects {
configure(subprojects) {
apply plugin: 'java-library'
apply plugin: 'kotlin'
sourceCompatibility = 19
sourceCompatibility = 17
compileJava {
options.incremental = true
}
@ -20,7 +20,7 @@ else {
sourceSets.main.resources.srcDirs += [ rootProject.file('assets').path ]
mainClassName = 'com.last.commit.lwjgl3.Lwjgl3Launcher'
eclipse.project.name = appName + '-lwjgl3'
dependencies {
implementation "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"