Skip to content

Commit

Permalink
upgrade to kotlin 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Jul 26, 2023
1 parent 2f384a0 commit a64f384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {

dependencies {
implementation("com.android.tools.build:gradle:7.4.1")
api(kotlin("gradle-plugin", version = "1.8.20"))
api(kotlin("gradle-plugin", version = "1.9.0"))
}
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Versions {
}

object Kotlin {
const val lang = "1.8.20"
const val lang = "1.9.0"
const val coroutines = "1.7.1"
}

Expand All @@ -21,8 +21,8 @@ object Versions {

const val spotless = "6.7.0"
const val ktlint = "0.45.2"
const val compose = "1.4.2"
const val compose_jb = "1.4.0"
const val compose = "1.4.3"
const val compose_jb = "1.4.3"

object AndroidX {
const val activity = "1.7.0"
Expand Down

0 comments on commit a64f384

Please sign in to comment.