rusefi-1/java_console/shared_io/build.gradle

9 lines
126 B
Groovy
Raw Normal View History

2020-07-01 21:19:55 -07:00
plugins {
id 'java'
2020-07-12 21:14:11 -07:00
}
apply from: '../../android/dependencies.gradle'
dependencies {
testImplementation libs.junit
2020-07-01 21:19:55 -07:00
}