You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
|
eclipse.project.name = appName + '-core'
|
|
|
|
dependencies {
|
|
api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
|
|
api "com.badlogicgames.gdx:gdx:$gdxVersion"
|
|
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
|
|
}
|