Skip to content

Commit

Permalink
Update Kotlin to 1.9.20 and update Compose and KSP
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Nov 17, 2023
1 parent 29d7e64 commit 797c1ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.4")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
}

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
agp = "8.1.4"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"

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

Expand Down

0 comments on commit 797c1ab

Please sign in to comment.