aboutsummaryrefslogtreecommitdiff
path: root/build-logic/kotlin-plugins
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-09-08 04:38:33 +0000
committerGitHub <noreply@github.com>2022-09-08 04:38:33 +0000
commit76f77073ecfc72021efa5ef43af05088f3a8e859 (patch)
tree179f3bb055b9ed48d3d8e55acc46aeb233d168b5 /build-logic/kotlin-plugins
parent5e85fa7a7287e36b48ce01745c9a9b15027894ca (diff)
fix(deps): update dependency androidx.compose.compiler:compiler to v1.3.1 (#2114)
* fix(deps): update dependency androidx.compose.compiler:compiler to v1.3.1 * Remove Compose Compiler version check suppression Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build-logic/kotlin-plugins')
-rw-r--r--build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt b/build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt
index 726ec6a1..f37e427d 100644
--- a/build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt
+++ b/build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt
@@ -62,8 +62,6 @@ class KotlinCommonPlugin : Plugin<Project> {
private val ADDITIONAL_COMPILER_ARGS =
listOf(
"-opt-in=kotlin.RequiresOptIn",
- "-P",
- "plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true",
)
}
}