let's separate Android from not Android

This commit is contained in:
rusefillc 2022-10-15 15:22:38 -04:00
parent 833819f3e7
commit 54968c3b3b
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
plugins {
id 'java-library'
}
apply from: '../../java_tools/dependencies.gradle'
dependencies {
api project(':ecu_io')
}