-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsettings.gradle
More file actions
25 lines (25 loc) · 875 Bytes
/
settings.gradle
File metadata and controls
25 lines (25 loc) · 875 Bytes
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
//
// If having problems with deploying a new gradle plugin, then comment out all but -annotations, -compiler, and -gradle-plugin modules,
// then run publishToMavenLocal etc.
//
include ':devfun-annotations',
':devfun-compiler',
':devfun-gradle-plugin',
':devfun-gradle-plugin:gradle-plugin',
':devfun-gradle-plugin:kotlin-plugin-1251',
':devfun-gradle-plugin:kotlin-plugin-1261',
':devfun-gradle-plugin:kotlin-plugin-1271',
':devfun-gradle-plugin:kotlin-plugin-1300',
':devfun',
':devfun-httpd',
':devfun-httpd-frontend',
':devfun-inject-dagger2',
':devfun-internal',
':devfun-invoke-view-colorpicker',
':devfun-menu',
':devfun-stetho',
':devfun-util-glide',
':devfun-util-leakcanary',
':demo',
':dokka',
':test'