Magisk/.idea/compiler.xml

22 lines
708 B
XML
Raw Normal View History

2016-08-06 00:58:05 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
2016-08-17 12:01:58 +02:00
<option name="DEFAULT_COMPILER" value="Javac" />
2016-08-06 00:58:05 +08:00
<resourceExtensions />
<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>
2016-08-17 12:01:58 +02:00
<profile default="true" name="Default" enabled="true">
2016-08-06 00:58:05 +08:00
<processorPath useClasspath="true" />
</profile>
</annotationProcessing>
</component>
</project>