diff options
Diffstat (limited to '.idea/compiler.xml')
-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 ed6162d8..7ee14d19 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -25,6 +25,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.search-component.main" target="1.8" /> + <module name="dokka.core.search-component.test" 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" /> |