Testing proguard rules on KMP quartz

This commit is contained in:
Vitor Pamplona
2025-08-27 18:32:33 -04:00
parent 76d97d6d16
commit 494d7edc1f
2 changed files with 31 additions and 4 deletions
+8 -4
View File
@@ -22,10 +22,15 @@ kotlin {
}.configure {
instrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
}
compilerOptions {
freeCompilerArgs.add("-Xstring-concat=inline")
optimization {
consumerKeepRules.publish = true
consumerKeepRules.files.add(File(project.projectDir, "proguard-rules.pro"))
}
compilerOptions {
freeCompilerArgs.add("-Xstring-concat=inline")
}
}
// For iOS targets, this is also where you should
@@ -153,5 +158,4 @@ kotlin {
}
}
}
}