diff options
author | Błażej Kardyś <bkardys@virtuslab.com> | 2020-05-27 01:16:48 +0200 |
---|---|---|
committer | Błażej Kardyś <bkardys@virtuslab.com> | 2020-06-04 11:26:05 +0200 |
commit | 6dc9498ca849645ecb4ec923bb7116b245dca706 (patch) | |
tree | 23022e6d6f3aea18b9e8efaaa482cafae9bee989 /.idea | |
parent | b614604effda51ca7c76c8901be78ced62b642b2 (diff) | |
download | dokka-6dc9498ca849645ecb4ec923bb7116b245dca706.tar.gz dokka-6dc9498ca849645ecb4ec923bb7116b245dca706.tar.bz2 dokka-6dc9498ca849645ecb4ec923bb7116b245dca706.zip |
All modules page generation
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/compiler.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml index a7e03ba2..b87e1115 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -45,6 +45,8 @@ <module name="dokka.integration.main" target="1.8" /> <module name="dokka.integration.test" target="1.8" /> <module name="dokka.plugins.base.main" target="1.8" /> + <module name="dokka.plugins.base.search-component.main" target="1.8" /> + <module name="dokka.plugins.base.search-component.test" target="1.8" /> <module name="dokka.plugins.base.test" target="1.8" /> <module name="dokka.plugins.gfm.main" target="1.8" /> <module name="dokka.plugins.gfm.test" target="1.8" /> |