mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Unnecessary.
This commit is contained in:
parent
93e56208f1
commit
665d4040ef
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ public class AndroidPlugin @Inject constructor(val javaCompiler: JavaCompiler, v
|
||||||
|
|
||||||
override fun apply(project: Project, context: KobaltContext) {
|
override fun apply(project: Project, context: KobaltContext) {
|
||||||
super.apply(project, context)
|
super.apply(project, context)
|
||||||
log(1, "Applying plug-in Android on project $project")
|
|
||||||
if (accept(project)) {
|
if (accept(project)) {
|
||||||
project.compileDependencies.add(FileDependency(androidJar(project).toString()))
|
project.compileDependencies.add(FileDependency(androidJar(project).toString()))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue