Fix gradle build cache

This commit is contained in:
vvb2060
2023-02-20 01:23:56 -08:00
committed by topjohnwu
parent 9b1e173373
commit c1909d520b
2 changed files with 40 additions and 38 deletions
-2
View File
@@ -73,8 +73,6 @@ fun genKeyData(keysDir: File, outSrc: File) {
}
fun genStubManifest(srcDir: File, outDir: File): String {
outDir.deleteRecursively()
fun String.ind(level: Int) = replaceIndentByMargin(" ".repeat(level))
val cmpList = mutableListOf<String>()