Skip to content

Commit

Permalink
Bump kotlin from 1.7.21 to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Jul 27, 2023
1 parent c30224d commit 7c5cdf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
val kotlinVersion = "1.7.21"
val kotlinVersion = "1.9.0"
id("com.android.application") version "7.4.2" apply (false)
id("org.jetbrains.kotlin.android") version kotlinVersion apply (false)
id("org.jetbrains.kotlin.kapt") version kotlinVersion apply (false)
Expand Down
2 changes: 1 addition & 1 deletion uhabits-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ android {

dependencies {
val daggerVersion = "2.46"
val kotlinVersion = "1.7.21"
val kotlinVersion = "1.9.0"
val kxCoroutinesVersion = "1.6.4"
val ktorVersion = "1.6.8"
val espressoVersion = "3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion uhabits-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ application {

dependencies {
val ktorVersion = "1.6.8"
val kotlinVersion = "1.7.21"
val kotlinVersion = "1.9.0"
val logbackVersion = "1.4.5"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")
Expand Down

0 comments on commit 7c5cdf9

Please sign in to comment.