chore(deps): update org.jetbrains.kotlin to v1.6.20 (#1817)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot] 2022-04-01 17:16:07 +00:00 committed by GitHub
parent 4bd4648ead
commit 48885a1ec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 6 deletions

View file

@ -17,6 +17,5 @@ apiValidation {
"diceware",
"random",
"sentry-stub",
"ui-compose",
)
}

View file

@ -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",
)

View file

@ -6,7 +6,7 @@ compose = "1.2.0-alpha06"
coroutines = "1.6.0"
flowbinding = "1.2.0"
hilt = "2.41"
kotlin = "1.6.10"
kotlin = "1.6.20"
leakcanary = "2.8.1"
lifecycle = "2.4.1"
@ -43,7 +43,7 @@ build-agp = "com.android.tools.build:gradle:7.1.2"
build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0"
build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.6.10"
build-download = "de.undercouch:gradle-download-task:5.0.4"
build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20"
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.19.0"
build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3"
build-r8 = "com.android.tools:r8:3.3.15-dev"

View file

@ -56,5 +56,3 @@ include("passgen:diceware")
include("passgen:random")
include("sentry-stub")
include("ui-compose")