bisq-api-reference/cli-examples/cli-examples.iml
ghubstan cffbfcf481
Split API examples & doc generator into separate modules
This might give Python devs an easier time than if all the sample
code lived deep inside a gradle project.  This means there is
no root project gradle build file;  the reference-doc-builder and
java-examples modules are separate java projects, with their own
build files.
2022-03-16 17:21:25 -03:00

10 lines
401 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="GENERAL_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_16" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/..">
<excludeFolder url="file://$MODULE_DIR$/../scratch" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>