Decoy
Stay organized with collections
Save and categorize content based on your preferences.
- Common/All
- Android/JVM
- Native/C/iOS
- JavaScript
-
Cmn
@ExperimentalComposeApi
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR])
annotation Decoy
With decoys enabled, indicates original composable function that was stubbed by compiler plugin. Provides metadata to link it with the implementation function generated by compiler.
Summary
Public properties
targetName
val targetName: String
Name of the implementation function which this composable was copied to.