Skip to content

Commit

Permalink
Update Kotlin (#1110)
Browse files Browse the repository at this point in the history
* Update Kotlin

* Bump compose compiler to support new Kotlin version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maxr1998 <max.rumpf1998@gmail.com>
  • Loading branch information
renovate[bot] and Maxr1998 authored Aug 15, 2023
1 parent 0f95603 commit 2e16c5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
# Plugins
android-plugin = "8.1.0"
kotlin = "1.8.21"
kotlin-ksp = "1.8.21-1.0.11"
kotlin = "1.9.0"
kotlin-ksp = "1.9.0-1.0.13"
detekt = "1.22.0"
android-junit5 = "1.9.3.0"

# KotlinX
coroutines = "1.7.1"
coroutines = "1.7.3"

# Core
koin = "3.4.2"
Expand All @@ -32,7 +32,7 @@ modernandroidpreferences = "2.3.2"
compose = "1.4.3"
compose-foundation = "1.4.3"
compose-material = "1.4.3"
compose-compiler = "1.4.7"
compose-compiler = "1.5.1"

# Network
jellyfin-sdk = "1.4.2"
Expand Down

0 comments on commit 2e16c5a

Please sign in to comment.