Migrates to Compose 1.5.0

This commit is contained in:
Vitor Pamplona
2023-08-22 11:05:17 -04:00
parent 521407f879
commit 98c55661e8
16 changed files with 85 additions and 74 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ android {
}
dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation "androidx.core:core-ktx:$core_ktx_version"
// @Immutable and @Stable
implementation "androidx.compose.runtime:runtime:$compose_ui_version"