Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 4abce61 commit 1706565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("org.jetbrains.kotlin.android")
id("com.google.devtools.ksp") version "1.9.23-1.0.20"
id("androidx.navigation.safeargs.kotlin")
kotlin("plugin.serialization") version "1.9.23"
kotlin("plugin.serialization") version "2.0.21"
id("org.jmailen.kotlinter")
id("io.gitlab.arturbosch.detekt")
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
plugins {
id("com.android.application") version "8.3.2" apply false
id("com.android.library") version "8.3.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
id("org.jmailen.kotlinter") version "4.3.0" apply false
id("io.gitlab.arturbosch.detekt") version "1.23.6" apply false
// Related: https://github.com/NeoTech-Software/Android-Root-Coverage-Plugin?tab=readme-ov-file#4-compatibility
Expand Down

0 comments on commit 1706565

Please sign in to comment.