diff options
author | Błażej Kardyś <bkardys@virtuslab.com> | 2020-04-07 22:36:16 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-04-08 11:52:28 +0200 |
commit | dd645cb5cd77c2738424e445587407b4bf97250c (patch) | |
tree | e77f4bbfb67003fcdfc230b09c5b13c64b33ce63 /.idea | |
parent | 738802c775ef08c74768747e3f8ccaf25087a0d2 (diff) | |
download | dokka-dd645cb5cd77c2738424e445587407b4bf97250c.tar.gz dokka-dd645cb5cd77c2738424e445587407b4bf97250c.tar.bz2 dokka-dd645cb5cd77c2738424e445587407b4bf97250c.zip |
Moving search-component inside core project
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 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" /> |