enable Strong Skipping Mode
Deprecated (with error)
Use the featureFlags option instead. Will be removed in Kotlin 2.5.0
Enable strong skipping mode.
Strong Skipping is a mode that improves the runtime performance of your application by skipping unnecessary invocations of composable functions for which the parameters have not changed. In particular, when enabled, Composables with unstable parameters become skippable and lambdas with unstable captures will be memoized.
For more information, see this link: