Fix agp25 source set Kotlin classes not included in kotlin-gradle-plugin

This commit is contained in:
Sergey Igushkin
2017-09-22 17:30:01 +03:00
parent 1d51e5b59b
commit 25ca079fc5
@@ -80,7 +80,7 @@ jar.dependsOn agp25Classes
jar {
from compileGroovy.destinationDir
from sourceSets.agp25.output.classesDir
from sourceSets.agp25.output.classesDirs
manifestAttributes(manifest, project)
}