1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Unnecessary.

This commit is contained in:
Cedric Beust 2015-11-23 17:17:48 -08:00
parent 93e56208f1
commit 665d4040ef

View file

@ -51,7 +51,6 @@ public class AndroidPlugin @Inject constructor(val javaCompiler: JavaCompiler, v
override fun apply(project: Project, context: KobaltContext) {
super.apply(project, context)
log(1, "Applying plug-in Android on project $project")
if (accept(project)) {
project.compileDependencies.add(FileDependency(androidJar(project).toString()))