Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2023
1 parent b022157 commit 38932fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.2")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22")
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
}

gradlePlugin {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.8.22'
kotlinVersion = '1.9.0'
coroutinesVersion = '1.7.2'

daggerVersion = '2.46.1'
Expand Down

0 comments on commit 38932fc

Please sign in to comment.