Skip to content

Commit

Permalink
Remove isStatic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Sep 5, 2022
1 parent c57951f commit 2596077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ plugins {
id("io.gitlab.arturbosch.detekt") version "1.21.0"
}

// https://issuetracker.google.com/issues/240445963
buildscript {
dependencies {
classpath("org.apache.commons:commons-compress:1.21")
Expand Down
1 change: 0 additions & 1 deletion clients/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ kotlin {
export("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
export("app.softwork:kotlinx-uuid-core:0.0.17")
embedBitcode = BitcodeEmbeddingMode.DISABLE
// isStatic = true
}
}
}
Expand Down

0 comments on commit 2596077

Please sign in to comment.