Skip to content

Commit

Permalink
Merge pull request #2537 from quran/kotlin_1922
Browse files Browse the repository at this point in the history
Update Kotlin to 1.9.22
  • Loading branch information
ahmedre authored Jan 12, 2024
2 parents 8af02f6 + 7892dc0 commit 4f37faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-logic/convention/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group = "com.quran.labs.androidquran.buildlogic"

dependencies {
compileOnly("com.android.tools.build:gradle:8.2.1")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
}

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
agp = "8.2.1"
kotlin = "1.9.21"
ksp = "1.9.21-1.0.16"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.16"

# required within the Gradle convention plugins - not unused
compose-compiler = "1.5.6"
compose-compiler = "1.5.8"
composeBomVersion = "2023.10.01"
okhttpBomVersion = "4.12.0"

# dependencies
anvil = "2.4.8"
anvil = "2.4.9"
coroutinesVersion = "1.7.3"
crashlytics = "2.9.9"
daggerVersion = "2.50"
Expand Down

0 comments on commit 4f37faf

Please sign in to comment.