forked from square/leakcanary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
28 lines (27 loc) · 976 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include ':leakcanary-android'
include ':leakcanary-android-core'
include ':leakcanary-android-instrumentation'
include ':leakcanary-android-process'
include ':leakcanary-android-release'
include ':leakcanary-android-sample'
include ':leakcanary-android-startup'
include ':leakcanary-android-utils'
include ':leakcanary-object-watcher'
include ':leakcanary-object-watcher-android'
include ':leakcanary-object-watcher-android-androidx'
include ':leakcanary-object-watcher-android-core'
include ':leakcanary-object-watcher-android-startup'
include ':leakcanary-object-watcher-android-support-fragments'
include ':plumber-android'
include ':plumber-android-core'
include ':plumber-android-startup'
include ':shark'
include ':shark-android'
include ':shark-cli'
include ':shark-graph'
include ':shark-hprof'
include ':shark-hprof-test'
include ':shark-log'
include ':shark-test'
include ':leakcanary-deobfuscation-gradle-plugin'
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")