MapboxStyleImportComposable

@Target(allowedTargets = [AnnotationTarget.FILE, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER])
annotation class MapboxStyleImportComposable

Marks a composable function as being expected to be used inside another composable function that is also marked or inferred to be marked as a MapboxStyleImportComposable.

This will produce build warnings when MapboxStyleImportComposable composable functions are used outside of a MapboxStyleImportComposable content lambda, and vice versa.