Skip to content

Commit

Permalink
Migration Kotlin 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed May 22, 2024
1 parent 68c3fa8 commit 577b65b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private fun WeeklyItemFavoriteUi(
) {
Image(
painter = painterResource(R.drawable.ic_favorite_black_36),
colorFilter = ColorFilter.tint(com.pluu.webtoon.ui.compose.theme.themeRed),
colorFilter = ColorFilter.tint(themeRed),
modifier = modifier,
contentDescription = null
)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ paging = "3.3.0"

# 3rd-party
dagger = "2.51.1"
kotlin = "2.0.0-RC3"
ksp = "2.0.0-RC3-1.0.20"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.21"
kotlin-coroutine = "1.8.0"
okhttp = "4.12.0"

Expand Down

0 comments on commit 577b65b

Please # to comment.