Alexander Martinz | a0ec4b4 | 2020-09-12 15:58:14 +0200 | [diff] [blame] | 1 | include ':camera-common' |
| 2 | project(':camera-common').projectDir = new File(rootDir, 'camera/common') |
| 3 | |
Alexander Martinz | 00e040e | 2020-03-02 19:43:57 +0100 | [diff] [blame] | 4 | include ':camerax-extensions' |
Alexander Martinz | a0ec4b4 | 2020-09-12 15:58:14 +0200 | [diff] [blame] | 5 | project(':camerax-extensions').projectDir = new File(rootDir, 'camerax/extensions/') |
| 6 | |
| 7 | include ':camerax-extensions-sample' |
| 8 | project(':camerax-extensions-sample').projectDir = new File(rootDir, 'camerax/sample/') |