Merge pull request #5394 from BlueWallet/kotlin

OPS: Some environments required this variable to build
This commit is contained in:
GLaDOS 2023-03-22 10:46:09 +00:00 committed by GitHub
commit c7f41702eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ 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.8.0'
kotlinVersion = '1.8.0'
}
repositories {
google()