Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.0

This commit is contained in:
renovate[bot] 2023-07-06 10:09:23 +00:00 committed by Overtorment
parent 874869f3c9
commit 69fa54dc59

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.8.21'
kotlin_version = '1.9.0'
kotlinVersion = '1.8.0'
}