diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-08 20:25:23 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-08 20:25:23 -0700 |
commit | 81996038462de1be86643e95d262933c4b96c551 (patch) | |
tree | 39423b28217251e7051f86e9e4f80c47bcba20b2 /.idea | |
parent | 880d433e475e5be4e5d91afac145b490f9a959b7 (diff) | |
download | kau-81996038462de1be86643e95d262933c4b96c551.tar.gz kau-81996038462de1be86643e95d262933c4b96c551.tar.bz2 kau-81996038462de1be86643e95d262933c4b96c551.zip |
Move components to separate modules
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/gradle.xml | 6 | ||||
-rw-r--r-- | .idea/modules.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 9291120..4200089 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -8,9 +8,15 @@ <option name="modules"> <set> <option value="$PROJECT_DIR$" /> + <option value="$PROJECT_DIR$/about" /> + <option value="$PROJECT_DIR$/adapter" /> + <option value="$PROJECT_DIR$/colorpicker" /> <option value="$PROJECT_DIR$/core" /> + <option value="$PROJECT_DIR$/core-ui" /> <option value="$PROJECT_DIR$/imagepicker" /> + <option value="$PROJECT_DIR$/kpref-activity" /> <option value="$PROJECT_DIR$/sample" /> + <option value="$PROJECT_DIR$/searchbar" /> </set> </option> <option name="resolveModulePerSourceSet" value="false" /> diff --git a/.idea/modules.xml b/.idea/modules.xml index 5e24f43..c4694c5 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,9 +3,15 @@ <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/KAU.iml" filepath="$PROJECT_DIR$/KAU.iml" /> + <module fileurl="file://$PROJECT_DIR$/about/about.iml" filepath="$PROJECT_DIR$/about/about.iml" /> + <module fileurl="file://$PROJECT_DIR$/adapter/adapter.iml" filepath="$PROJECT_DIR$/adapter/adapter.iml" /> + <module fileurl="file://$PROJECT_DIR$/colorpicker/colorpicker.iml" filepath="$PROJECT_DIR$/colorpicker/colorpicker.iml" /> <module fileurl="file://$PROJECT_DIR$/core/core.iml" filepath="$PROJECT_DIR$/core/core.iml" /> + <module fileurl="file://$PROJECT_DIR$/core-ui/core-ui.iml" filepath="$PROJECT_DIR$/core-ui/core-ui.iml" /> <module fileurl="file://$PROJECT_DIR$/imagepicker/imagepicker.iml" filepath="$PROJECT_DIR$/imagepicker/imagepicker.iml" /> + <module fileurl="file://$PROJECT_DIR$/kpref-activity/kpref-activity.iml" filepath="$PROJECT_DIR$/kpref-activity/kpref-activity.iml" /> <module fileurl="file://$PROJECT_DIR$/sample/sample.iml" filepath="$PROJECT_DIR$/sample/sample.iml" /> + <module fileurl="file://$PROJECT_DIR$/searchbar/searchbar.iml" filepath="$PROJECT_DIR$/searchbar/searchbar.iml" /> </modules> </component> </project>
\ No newline at end of file |