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.
9 lines
275 B
Groovy
9 lines
275 B
Groovy
2 years ago
|
[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"
|
||
|
}
|