equal
deleted
inserted
replaced
18 * |
18 * |
19 * You should have received a copy of the GNU General Public License |
19 * You should have received a copy of the GNU General Public License |
20 * along with Geekdroid. If not, see <http://www.gnu.org/licenses/>. |
20 * along with Geekdroid. If not, see <http://www.gnu.org/licenses/>. |
21 */ |
21 */ |
22 import com.geekorum.build.SourceLicenseCheckerPlugin |
22 import com.geekorum.build.SourceLicenseCheckerPlugin |
23 import com.geekorum.build.configureAnnotationProcessorDeps |
|
24 import com.geekorum.build.setupGoogleContent |
23 import com.geekorum.build.setupGoogleContent |
25 |
24 |
26 plugins { |
25 plugins { |
27 id("com.android.library") apply false |
26 id("com.android.library") apply false |
28 kotlin("android") apply false |
27 kotlin("android") apply false |
42 } |
41 } |
43 |
42 |
44 subprojects { |
43 subprojects { |
45 group = "com.geekorum" |
44 group = "com.geekorum" |
46 version = "0.0.1" |
45 version = "0.0.1" |
47 |
|
48 configureAnnotationProcessorDeps() |
|
49 } |
46 } |
50 |
47 |
51 task("clean", type = Delete::class) { |
48 task("clean", type = Delete::class) { |
52 doLast { |
49 doLast { |
53 delete(buildDir) |
50 delete(buildDir) |