steps towards Android
This commit is contained in:
parent
922907952b
commit
0ec2d7a0b3
|
@ -44,7 +44,7 @@
|
|||
<src path="autoupdate/src"/>
|
||||
<src path="../java_tools/configuration_definition/src"/>
|
||||
<src path="../java_tools/enum_to_string/src"/>
|
||||
<src path="io/src"/>
|
||||
<src path="io/src/main/src"/>
|
||||
<src path="models/src"/>
|
||||
<src path="inifile/src"/>
|
||||
<src path="shared_ui/src"/>
|
||||
|
|
|
@ -3,11 +3,10 @@
|
|||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="models" exported="" />
|
||||
<orderEntry type="library" exported="" name="jcip-annotations" level="project" />
|
||||
<orderEntry type="library" name="jSerialComm" level="project" />
|
||||
<orderEntry type="module" module-name="opensr5" exported="" />
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
}
|
Loading…
Reference in New Issue