Merge pull request #5664 from BlueWallet/renovate/kotlin-monorepo

fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.10
This commit is contained in:
GLaDOS 2023-10-16 04:14:40 +01:00 committed by GitHub
commit 89428a4862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ buildscript {
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
kotlin_version = '1.9.0'
kotlin_version = '1.9.10'
kotlinVersion = '1.8.0'
}