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 1a32e9f + 112023f commit 3dedfe6Copy full SHA for 3dedfe6
build.gradle
@@ -7,7 +7,7 @@
7
8
buildscript {
9
ext {
10
- kotlin_version = '1.9.23'
+ kotlin_version = '1.9.24'
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.0.4'
40
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.23"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.24"))
41
42
implementation project(path: ':lib')
43
implementation 'androidx.appcompat:appcompat:1.6.1'
0 commit comments