🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

DecoyImplementation

With decoys enabled, indicates composable implementation function created by compiler plugin.

Source set: Common
public annotation class DecoyImplementation(val name: String, val id: Long)

With decoys enabled, indicates composable implementation function created by compiler plugin.

Parameters

name Name of this implementation function.
id Id from original function signature to distinguish overloads.