Skip to content

Commit

Permalink
Bump kotlin version to 2.1.0 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
siper authored Jan 19, 2025
1 parent 7f7bea7 commit 7accb97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
android-plugin = "8.8.0"
koin = "4.0.1"
kotlin = "2.0.21"
kotlin-coroutines = "1.9.0"
koin = "4.1.0-Beta5"
kotlin = "2.1.0"
kotlin-coroutines = "1.10.1"
lifecycle = "2.8.7"
room = "2.6.1"
timber = "5.0.1"
Expand Down Expand Up @@ -31,10 +31,9 @@ retrofit-converter-moshi = { module = "com.squareup.retrofit2:converter-moshi",
logging-interceptor = "com.squareup.okhttp3:logging-interceptor:4.12.0"
coil-compose = { module = "io.coil-kt:coil-compose", version = "2.7.0" }
androidx-core = { module = "androidx.core:core-ktx", version = "1.15.0" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.10.0" }
media-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media" }
media-exoplayer-hls = { module = "androidx.media3:media3-exoplayer-hls", version.ref = "media" }
media-exoplayer-workmanager = { module = "androidx.media3:media3-exoplayer-workmanager", version.ref = "media" }
media-session = { module = "androidx.media3:media3-session", version.ref = "media" }
media-extractor = { module = "androidx.media3:media3-extractor", version.ref = "media" }
media-datasource = { module = "androidx.media3:media3-datasource", version.ref = "media" }
Expand All @@ -43,7 +42,7 @@ room-core = { module = "androidx.room:room-runtime", version.ref = "room" }
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }

compose-bom = "androidx.compose:compose-bom:2024.12.01"
compose-bom = "androidx.compose:compose-bom:2025.01.00"
compose-ui-ui = { module = "androidx.compose.ui:ui" }
compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
Expand Down Expand Up @@ -84,4 +83,4 @@ android-library = { id = "com.android.library", version.ref = "android-plugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.28" }
ksp = { id = "com.google.devtools.ksp", version = "2.1.0-1.0.29" }
2 changes: 1 addition & 1 deletion shared/player/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies {
implementation project(':core:api')
implementation project(':core:utils')

implementation(libs.kotlin.coroutines.android)
implementation(libs.bundles.koin)
implementation(libs.bundles.kotlin.coroutines)
implementation(libs.timber)

api(libs.media.exoplayer)
Expand Down

0 comments on commit 7accb97

Please sign in to comment.