We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d88235 + 0031e83 commit 8287c6aCopy full SHA for 8287c6a
build.gradle
@@ -7,7 +7,7 @@
7
8
buildscript {
9
ext {
10
- kotlin_version = '2.2.21'
+ kotlin_version = '2.3.0'
11
}
12
repositories {
13
google()
sample/build.gradle
@@ -37,7 +37,7 @@ android {
37
38
dependencies {
39
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
40
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.21"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.3.0"))
41
42
implementation project(path: ':lib')
43
implementation 'androidx.appcompat:appcompat:1.7.1'
0 commit comments