blob: 1c2188b4656f033b38bb9fad90401d09c620efb3 (
plain)
1
2
3
4
5
6
7
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
eclipse.project.name = appName + '-core'
dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
}
|