aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2019-07-01 12:50:22 +0200
committerKamil Doległo <kamilok1965@interia.pl>2019-07-01 12:50:22 +0200
commitf55d000ac5f7609a6cc8472e315ae45d4cbcc77b (patch)
tree69748545fd1a2ed2ddfcc9b4ea87a60d7355ef39 /.idea
parent04df5c458239fb1966768af85de4d105a3c43233 (diff)
downloaddokka-f55d000ac5f7609a6cc8472e315ae45d4cbcc77b.tar.gz
dokka-f55d000ac5f7609a6cc8472e315ae45d4cbcc77b.tar.bz2
dokka-f55d000ac5f7609a6cc8472e315ae45d4cbcc77b.zip
Fix bug with nonexistent file on native
Diffstat (limited to '.idea')
-rw-r--r--.idea/compiler.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index fb727eec..71547e0e 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -30,6 +30,26 @@
<module name="cli_test" target="1.8" />
<module name="core_main" target="1.8" />
<module name="core_test" target="1.8" />
+ <module name="dokka.buildSrc.main" target="1.8" />
+ <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.integration.main" target="1.8" />
+ <module name="dokka.integration.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" />
+ <module name="dokka.runners.ant.test" target="1.8" />
+ <module name="dokka.runners.cli.main" target="1.8" />
+ <module name="dokka.runners.cli.test" target="1.8" />
+ <module name="dokka.runners.fatjar.main" target="1.8" />
+ <module name="dokka.runners.fatjar.test" target="1.8" />
+ <module name="dokka.runners.gradle-integration-tests.main" target="1.8" />
+ <module name="dokka.runners.gradle-integration-tests.test" target="1.8" />
+ <module name="dokka.runners.gradle-plugin.main" target="1.8" />
+ <module name="dokka.runners.gradle-plugin.test" target="1.8" />
+ <module name="dokka.runners.maven-plugin.main" target="1.8" />
+ <module name="dokka.runners.maven-plugin.test" target="1.8" />
<module name="fatjar_main" target="1.8" />
<module name="fatjar_test" target="1.8" />
<module name="gradle-integration-tests_main" target="1.8" />