mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Delete correctly.
This commit is contained in:
parent
d82f9c5dde
commit
1b100a15c6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlValue
|
||||||
*/
|
*/
|
||||||
class Merger @Inject constructor() {
|
class Merger @Inject constructor() {
|
||||||
fun merge(project: Project, context: KobaltContext) {
|
fun merge(project: Project, context: KobaltContext) {
|
||||||
File(AndroidFiles.mergedResourcesNoVariant(project, context.variant)).deleteRecursively()
|
File(AndroidFiles.mergedResourcesNoVariant(project)).deleteRecursively()
|
||||||
mergeResources(project, context.variant)
|
mergeResources(project, context.variant)
|
||||||
mergeAndroidManifest(project, context.variant)
|
mergeAndroidManifest(project, context.variant)
|
||||||
log(2, "All done merging")
|
log(2, "All done merging")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue