10 lines
150 B
Groovy
10 lines
150 B
Groovy
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
api "com.badlogicgames.gdx:gdx-jnigen:$gdxVersion"
|
|
}
|
|
|
|
sourceSets {
|
|
main.java.srcDirs = ['src']
|
|
}
|