Skip to content

Commit

Permalink
Fix for targeting both M2 & M3
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed Mar 22, 2024
1 parent fd1a991 commit 81e0a5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ allprojects {
group = "org.kodein.emoji"
version = "1.3.0"
}

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

0 comments on commit 81e0a5f

Please sign in to comment.