Skip to content

Commit

Permalink
Workaround kotlinStoreYarnLock (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Mar 6, 2024
1 parent 80eb862 commit 6f43e83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ if (project.hasProperty("androidx.update.signatures")) {
apply plugin: "java-library"
apply from: "buildSrc/shared-dependencies.gradle"
}

allprojects {
this.tasks.configureEach {
if (it.name == "kotlinStoreYarnLock") it.enabled = false
}
}

0 comments on commit 6f43e83

Please sign in to comment.