Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the compiler plugin features flags instead of the deprecated flags (
#1710) The old flags were deprecated and we see a printed warning: > w: nonSkippingGroupOptimization is deprecated. Use plugin:androidx.compose.compiler.plugins.kotlin:featureFlag=OptimizeNonSkippingGroups instead w: experimentalStrongSkipping is deprecated. Use plugin:androidx.compose.compiler.plugins.kotlin:featureFlag=StrongSkipping instead
- Loading branch information