Skip to content

Instantly share code, notes, and snippets.

@euri16
Created June 9, 2025 15:48
Show Gist options
  • Select an option

  • Save euri16/524b293872671d787051de38f15121ee to your computer and use it in GitHub Desktop.

Select an option

Save euri16/524b293872671d787051de38f15121ee to your computer and use it in GitHub Desktop.
class MyCustomRuleSetProvider : RuleSetProvider {
override val ruleSetId: String = "custom-rules"
override fun instance(config: Config) =
RuleSet(ruleSetId, listOf(LaunchedEffectWithEffectParamRule(config)))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment