Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2023
1 parent bb923e6 commit bc6330e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenFeature/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("org.jetbrains.kotlin.android")
id("maven-publish")
id("org.jlleitschuh.gradle.ktlint")
kotlin("plugin.serialization") version "1.8.10"
kotlin("plugin.serialization") version "1.9.0"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.library").version("7.4.2").apply(false)
id("org.jetbrains.kotlin.android").version("1.8.0").apply(false)
id("org.jetbrains.kotlin.android").version("1.9.0").apply(false)
id("org.jlleitschuh.gradle.ktlint").version("11.3.2").apply(true)
}

0 comments on commit bc6330e

Please sign in to comment.