Implement custom legacy to adaptive icon transformations

This commit is contained in:
MM20
2022-07-24 20:47:10 +02:00
parent 5bd86e6f95
commit bb211d4d6a
12 changed files with 85 additions and 28 deletions

View File

@@ -60,7 +60,7 @@ dependencyResolutionManagement {
listOf("kotlin.stdlib", "kotlinx.coroutines.core", "kotlinx.coroutines.android")
)
version("androidx.compose.compiler", "1.2.0")
version("androidx.compose.compiler", "1.3.0-beta01")
alias("androidx.compose.runtime")
.to("androidx.compose.runtime", "runtime")
.version("1.2.0-rc03")