aboutsummaryrefslogtreecommitdiff
path: root/build-logic
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-12-08 18:58:16 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-12-08 18:58:16 +0530
commite949ab94a5c603d6ae5e81d558ce17a89ab4fd7b (patch)
tree95607c67c06c03f38cb5b38e734a31df328a7ddd /build-logic
parent47893833fb237ffbcf82bedac08b3aab5f158728 (diff)
Revert "fix(deps): update kotlin to v1.7.22 (#2278)"
Let's just wait for a real update This reverts commit 54bb4676a7c16d959769e522ac018f3e3e822797.
Diffstat (limited to 'build-logic')
-rw-r--r--build-logic/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-logic/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt b/build-logic/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt
index 34d4675b..763b37d3 100644
--- a/build-logic/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt
+++ b/build-logic/src/main/kotlin/app/passwordstore/gradle/KotlinCommonPlugin.kt
@@ -61,8 +61,6 @@ class KotlinCommonPlugin : Plugin<Project> {
private val ADDITIONAL_COMPILER_ARGS =
listOf(
"-opt-in=kotlin.RequiresOptIn",
- "-P",
- "plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.7.22",
)
}
}