1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-07-08 10:29:00 +00:00
kickc/.idea/compiler.xml
2017-11-26 17:38:45 +01:00

26 lines
942 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scala" />
<entry name="!?*.flex" />
<entry name="!?*.kt" />
<entry name="!?*.clj" />
</wildcardResourcePatterns>
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="kickc" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="kickc" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>