mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-03-05 11:57:39 +01:00
15 lines
280 B
Groovy
15 lines
280 B
Groovy
apply plugin: 'java'
|
|
apply plugin: 'kotlin'
|
|
|
|
dependencies {
|
|
compile other.okhttp
|
|
|
|
testCompile testing.junit
|
|
testCompile testing.kotlinJunit
|
|
testCompile testing.mockitoKotlin
|
|
testCompile testing.kluent
|
|
}
|
|
|
|
sourceCompatibility = "1.7"
|
|
targetCompatibility = "1.7"
|