Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 12, 2023
1 parent d2cdda9 commit d9e42bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {
implementation(material3WindowSizeClass)
}
implementation("io.github.pushpalroy:jetlime:1.0.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1")
implementation("com.google.maps.android:android-maps-utils:2.3.0")

with(Deps.PlayServices) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-serialization:${Versions.kotlin}")
classpath("com.squareup.sqldelight:gradle-plugin:${Versions.sqlDelight}")
classpath("com.google.gms:google-services:4.3.15")
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.8.20-1.0.10")
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.8.21-1.0.11")
classpath("com.rickclephas.kmp:kmp-nativecoroutines-gradle-plugin:${Versions.kmpNativeCoroutines}")
}
}
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

object Versions {
const val kotlin = "1.8.20"
const val kotlinCoroutines = "1.6.4"
const val kotlinxSerialization = "1.4.1"
const val kotlin = "1.8.21"
const val kotlinCoroutines = "1.7.0"
const val kotlinxSerialization = "1.5.1"
const val ktor = "2.2.4"
const val koinCore = "3.4.0"
const val koinAndroid = "3.4.0"
Expand All @@ -15,7 +15,7 @@ object Versions {
const val kmpNativeCoroutines = "1.0.0-ALPHA-4"

const val compose = "1.4.0"
const val composeCompiler = "1.4.5"
const val composeCompiler = "1.4.7"
const val navCompose = "2.5.2"
const val accompanist = "0.29.0-alpha"
const val mapsCompose = "2.11.0"
Expand Down

0 comments on commit d9e42bf

Please sign in to comment.