Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugi…
Browse files Browse the repository at this point in the history
…n to v1.7.22
  • Loading branch information
renovate[bot] committed Nov 28, 2022
1 parent 1680686 commit 37b8e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("com.google.dagger:hilt-android-gradle-plugin:${libs.versions.hilt.get()}")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
}
}

Expand Down

0 comments on commit 37b8e30

Please sign in to comment.