custom-board-bundle-sample-.../java_console/shared_io/build.gradle

12 lines
216 B
Groovy
Raw Normal View History

2020-07-01 21:19:55 -07:00
plugins {
id 'java'
}
apply from: '../../android/dependencies.gradle'
// TODO: rename folder to core_io
// this CORE module cannot depend on model/ini!
dependencies {
testImplementation global_libs.junit
}