2020-07-01 21:19:55 -07:00
|
|
|
plugins {
|
|
|
|
id 'java'
|
2022-10-15 11:36:41 -07:00
|
|
|
}
|
|
|
|
|
2023-01-30 05:27:13 -08:00
|
|
|
apply from: '../../android/dependencies.gradle'
|
|
|
|
|
2022-10-15 11:36:41 -07:00
|
|
|
// TODO: rename folder to core_io
|
2023-01-30 05:27:13 -08:00
|
|
|
// this CORE module cannot depend on model/ini!
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
testImplementation global_libs.junit
|
|
|
|
}
|