fix(deps): update kotlin to v1.8.21 (#2484)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
renovate[bot] 2023-04-26 20:29:39 +00:00 committed by GitHub
parent 53497c0365
commit a96e6ebe06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -3,11 +3,11 @@ agp = "8.0.0"
androidxActivity = "1.7.1"
bouncycastle = "1.73"
# @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.4.6"
composeCompiler = "1.4.6-dev-k1.8.21-290a127309e"
coroutines = "1.6.4"
flowbinding = "1.2.0"
hilt = "2.45"
kotlin = "1.8.20"
kotlin = "1.8.21"
leakcanary = "2.10"
lifecycle = "2.6.1"

View file

@ -85,7 +85,6 @@ dependencyResolutionManagement {
includeGroup("androidx.compose.ui")
includeGroup("androidx.concurrent")
includeGroup("androidx.constraintlayout")
includeGroup("androidx.compose.compiler")
includeGroup("androidx.coordinatorlayout")
includeGroup("androidx.core")
includeGroup("androidx.cursoradapter")
@ -155,6 +154,10 @@ dependencyResolutionManagement {
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
filter { includeModule("com.android.tools", "r8") }
}
exclusiveContent {
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") }
filter { includeGroup("androidx.compose.compiler") }
}
mavenCentral()
}
}