let's separate Android from not Android
This commit is contained in:
parent
833819f3e7
commit
54968c3b3b
|
@ -0,0 +1,9 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
apply from: '../../java_tools/dependencies.gradle'
|
||||
|
||||
dependencies {
|
||||
api project(':ecu_io')
|
||||
}
|
Loading…
Reference in New Issue