mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Don’t use variants for apt.
This commit is contained in:
parent
007e616e7f
commit
da332b1716
1 changed files with 1 additions and 2 deletions
|
@ -92,8 +92,7 @@ class AptPlugin @Inject constructor(val dependencyManager: DependencyManager, va
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun generated(project: Project, context: KobaltContext, outputDir: String) =
|
private fun generated(project: Project, context: KobaltContext, outputDir: String) =
|
||||||
KFiles.joinAndMakeDir(project.directory, project.buildDirectory, outputDir,
|
KFiles.joinAndMakeDir(project.directory, project.buildDirectory, outputDir)
|
||||||
context.variant.toIntermediateDir())
|
|
||||||
|
|
||||||
private fun generatedSources(project: Project, context: KobaltContext, outputDir: String) =
|
private fun generatedSources(project: Project, context: KobaltContext, outputDir: String) =
|
||||||
KFiles.joinDir(generated(project, context, outputDir), "sources")
|
KFiles.joinDir(generated(project, context, outputDir), "sources")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue