SubwayTooter-Android-App/apng/build.gradle

15 lines
352 B
Groovy
Raw Normal View History

apply plugin: 'java-library'
apply plugin: 'kotlin'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2018-01-29 01:50:37 +01:00
testImplementation group: 'junit', name: 'junit', version: '4.12'
}
sourceCompatibility = "1.7"
targetCompatibility = "1.7"