diff --git a/.idea/modules.xml b/.idea/modules.xml index 2cb9499d76..0114516271 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -18,12 +18,18 @@ - - - + + + + + + + + + @@ -44,12 +50,15 @@ + + + - - - + + + \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 4d07996a92..a54d52c78b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,8 +6,8 @@ include 'node' include 'client' include 'experimental' include 'test-utils' -include 'tools/explorer' +include 'tools:explorer' include 'gradle-plugins:quasar-utils' include 'gradle-plugins:publish-utils' include 'gradle-plugins:cordformation' -include 'docs/source/example-code' +include 'docs:source:example-code'