aboutsummaryrefslogtreecommitdiff
path: root/.idea/compiler.xml
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2019-10-31 15:26:20 +0100
committerPaweł Marks <pmarks@virtuslab.com>2019-10-31 15:26:20 +0100
commit50111daf07c7afd1c1b60e9672ed6786c96efdea (patch)
tree0b4420c2dc74b48c6cea577421d3fbfd3b18d95b /.idea/compiler.xml
parent7c30624e3d0868346823b15b5cea5e29a56357f2 (diff)
downloaddokka-50111daf07c7afd1c1b60e9672ed6786c96efdea.tar.gz
dokka-50111daf07c7afd1c1b60e9672ed6786c96efdea.tar.bz2
dokka-50111daf07c7afd1c1b60e9672ed6786c96efdea.zip
Make things compile, no matter the cost
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r--.idea/compiler.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index d3328b68..111dac2e 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -34,8 +34,18 @@
<module name="dokka.buildSrc.test" target="1.8" />
<module name="dokka.core.main" target="1.8" />
<module name="dokka.core.test" target="1.8" />
+ <module name="dokka.core.testApi.main" target="1.8" />
+ <module name="dokka.core.testApi.test" target="1.8" />
+ <module name="dokka.coreDependencies.main" target="1.8" />
+ <module name="dokka.coreDependencies.test" target="1.8" />
+ <module name="dokka.integration-tests.gradle-integration-tests.main" target="1.8" />
+ <module name="dokka.integration-tests.gradle-integration-tests.test" target="1.8" />
<module name="dokka.integration.main" target="1.8" />
<module name="dokka.integration.test" target="1.8" />
+ <module name="dokka.plugins.javadoc8.main" target="1.8" />
+ <module name="dokka.plugins.javadoc8.test" target="1.8" />
+ <module name="dokka.plugins.main" target="1.8" />
+ <module name="dokka.plugins.test" target="1.8" />
<module name="dokka.runners.android-gradle-plugin.main" target="1.8" />
<module name="dokka.runners.android-gradle-plugin.test" target="1.8" />
<module name="dokka.runners.ant.main" target="1.8" />