From 48885a1ec5c51519675e473bfbae363549aaab3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 17:16:07 +0000 Subject: chore(deps): update org.jetbrains.kotlin to v1.6.20 (#1817) Co-authored-by: Renovate Bot Co-authored-by: Harsh Shandilya --- .../com.github.android-password-store.binary-compatibility.gradle.kts | 1 - .../kotlin/com.github.android-password-store.kotlin-common.gradle.kts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'build-logic/kotlin-plugins') diff --git a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts index 2723c8dc..8b09491c 100644 --- a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts +++ b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts @@ -17,6 +17,5 @@ apiValidation { "diceware", "random", "sentry-stub", - "ui-compose", ) } diff --git a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.kotlin-common.gradle.kts b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.kotlin-common.gradle.kts index e61b03a8..0dc5fbbb 100644 --- a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.kotlin-common.gradle.kts +++ b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.kotlin-common.gradle.kts @@ -12,7 +12,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val additionalCompilerArgs = listOf( - "-Xopt-in=kotlin.RequiresOptIn", + "-opt-in=kotlin.RequiresOptIn", "-P", "plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true", ) -- cgit v1.2.3