[build] projet-report plugin added

for maintenence needs e.g.
./gradlew htmlDependencyReport
gitves nice reports of dependencies and helps in compiler update
This commit is contained in:
Vasily Levchenko
2017-10-11 12:09:30 +03:00
committed by Vasily Levchenko
parent 17ae2343d4
commit 596c8c086c
+1
View File
@@ -16,6 +16,7 @@
buildscript {
apply from: "$rootDir/gradle/kotlinGradlePlugin.gradle"
apply plugin: 'project-report'
repositories {
mavenCentral()