Skip to content

Commit

Permalink
Merge branch 'chore/flavor-update' of github.com:ooni/probe-multiplat…
Browse files Browse the repository at this point in the history
…form into chore/flavor-update
  • Loading branch information
aanorbel committed Jul 30, 2024
2 parents 5f898b6 + b82e97b commit 203bea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ tasks.register("cleanCopiedCommonResourcesToFlavor") {
val destinationFile = File(projectDir, "src/commonMain/composeResources")
destinationFile.listFiles()?.forEach { folder ->
folder.listFiles()?.forEach { file ->
println(file.absoluteFile)
if (file.name == ".gitignore") {
file.readText().lines().forEach { line ->
if (line.isNotEmpty()) {
Expand Down

0 comments on commit 203bea5

Please sign in to comment.