mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Rename.
This commit is contained in:
parent
932d45bd15
commit
8de5e5f1f4
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ class AndroidFiles {
|
|||
fun explodedManifest(project: Project, mavenId: MavenId) =
|
||||
KFiles.joinDir(exploded(project, mavenId), "AndroidManifest.xml")
|
||||
|
||||
fun classesJar(project: Project, mavenId: MavenId) =
|
||||
fun explodedClassesJar(project: Project, mavenId: MavenId) =
|
||||
KFiles.joinDir(exploded(project, mavenId), "classes.jar")
|
||||
|
||||
fun classesDir(project: Project, variant: Variant): String =
|
||||
|
|
|
@ -132,7 +132,7 @@ public class AndroidPlugin @Inject constructor(val javaCompiler: JavaCompiler,
|
|||
} else {
|
||||
log(2, "$destDir already exists, not extracting again")
|
||||
}
|
||||
val classesJar = AndroidFiles.classesJar(project, mavenId)
|
||||
val classesJar = AndroidFiles.explodedClassesJar(project, mavenId)
|
||||
|
||||
// Add the classses.jar of this .aar to the classpath entries (which are returned via IClasspathContributor)
|
||||
classpathEntries.put(project.name, FileDependency(classesJar))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue