diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2020-06-15 08:32:41 +0200 |
---|---|---|
committer | Paweł Marks <pmarks@virtuslab.com> | 2020-06-25 20:31:42 +0200 |
commit | 27ff92ac42a58844dd57340f7cada14cea8b5d7f (patch) | |
tree | 0136c7cc0f71dc8f8958005c0937f8ef867bcfcf /.idea/compiler.xml | |
parent | a4ada10ddc48605dbd13e731c95f0375ad7af9b4 (diff) | |
download | dokka-27ff92ac42a58844dd57340f7cada14cea8b5d7f.tar.gz dokka-27ff92ac42a58844dd57340f7cada14cea8b5d7f.tar.bz2 dokka-27ff92ac42a58844dd57340f7cada14cea8b5d7f.zip |
Extract information about extensions
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 00000000..8144c3cf --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,16 @@ +<?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> + <bytecodeTargetLevel target="1.8" /> + </component> +</project>
\ No newline at end of file |