Skip to content

Commit

Permalink
Bump Kotlin to 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
IUADE0FY committed Jun 16, 2024
1 parent 14363f3 commit d443800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

dependencies {
implementation("com.android.tools.build:gradle:8.4.1")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
// See https://github.com/google/dagger/issues/3068#issuecomment-999118496
// for why it should be here.
implementation("com.squareup:javapoet:1.13.0")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object publishingConfig {

object versions {

const val kotlin = "1.7.0" // also in buildSrc build.gradle.kts file
const val kotlin = "1.7.10" // also in buildSrc build.gradle.kts file
const val gradlePlugin = "8.4.1" // also in buildSrc build.gradle.kts file
const val detektPlugin = "1.20.0"
const val ktlintPlugin = "10.3.0"
Expand Down

0 comments on commit d443800

Please sign in to comment.