Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
je...@google.com <je...@google.com>
im...@google.com <im...@google.com> #2
Fixed in
Added itemColors
function to NavigationSuiteDefaults so developers can do like so:
val itemColors = NavigationSuiteDefaults.itemColors(/* change only what they want to change*/)
NavigationSuiteScaffold(
navigationSuiteItems = {
item(
...
colors = itemColors
)
},
){...}
lu...@google.com <lu...@google.com>
bi...@gmail.com <bi...@gmail.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3-adaptive-navigation-suite:1.0.0-alpha06
androidx.compose.material3:material3-adaptive-navigation-suite-android:1.0.0-alpha06
androidx.compose.material3:material3-adaptive-navigation-suite-desktop:1.0.0-alpha06
lu...@google.com <lu...@google.com> #4
اريدها بسعر اقل
ri...@soundcloud.com <ri...@soundcloud.com> #5
From what AGP version are these flags supported?
lu...@google.com <lu...@google.com> #6
The flags mentioned in #4 will now be enabled by default from AGP 7.2-beta01. There is currently a strong signal from
Description
CompileLibraryResourcesTask.mergedLibraryResourcesDir uses absolute path as input.
Reproduced on AGP 4.0.0-beta05
This should use a relative path to compile resources.
See attached screenshot for the build cache miss.