mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Create the directory.
This commit is contained in:
parent
b8b7c7304c
commit
21eea1e94f
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ public class AndroidPlugin @Inject constructor(val javaCompiler: JavaCompiler,
|
|||
@IncrementalTask(name = TASK_GENERATE_DEX, description = "Generate the dex file", runBefore = arrayOf("assemble"),
|
||||
runAfter = arrayOf("compile"))
|
||||
fun taskGenerateDex(project: Project): IncrementalTaskInfo {
|
||||
File(project.classesDir(context)).mkdirs()
|
||||
return IncrementalTaskInfo(
|
||||
inputChecksum = inputChecksum(project.classesDir(context)),
|
||||
outputChecksum = "1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue