aboutsummaryrefslogtreecommitdiff
path: root/.idea/compiler.xml
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2020-06-15 08:32:41 +0200
committerPaweł Marks <pmarks@virtuslab.com>2020-06-25 20:31:42 +0200
commit27ff92ac42a58844dd57340f7cada14cea8b5d7f (patch)
tree0136c7cc0f71dc8f8958005c0937f8ef867bcfcf /.idea/compiler.xml
parenta4ada10ddc48605dbd13e731c95f0375ad7af9b4 (diff)
downloaddokka-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.xml16
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