Skip to content

Commit

Permalink
Merge pull request #149 from usefulness/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v1.9.22
  • Loading branch information
renovate[bot] authored Dec 21, 2023
2 parents 5e22ac6 + ce9ab72 commit 059e337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test-project-android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.jetbrains.kotlin.gradle.dsl.KotlinCompile

plugins {
id("org.jetbrains.kotlin.android") version "1.9.21" apply(false)
id("org.jetbrains.kotlin.jvm") version "1.9.21" apply(false)
id("org.jetbrains.kotlin.android") version "1.9.22" apply(false)
id("org.jetbrains.kotlin.jvm") version "1.9.22" apply(false)
id("com.android.library") apply(false)
}

Expand Down
2 changes: 1 addition & 1 deletion test-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.dsl.KotlinCompile

plugins {
id("org.jetbrains.kotlin.jvm") version "1.9.21"
id("org.jetbrains.kotlin.jvm") version "1.9.22"
id("io.github.usefulness.ktlint-gradle-plugin")
}

Expand Down

0 comments on commit 059e337

Please sign in to comment.