NoLiveLiterals

  • Cmn
    @Target(allowedTargets = [AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.FILE])
    @Retention(value = AnnotationRetention.SOURCE)
    annotation NoLiveLiterals

This annotation is used to indicate to the Compose Compiler to not attempt to generate live literals inside the scope of the declaration it is applied to, even when the live literals code generation is turned on.

Summary

Public constructors

Cmn

Public constructors

NoLiveLiterals

NoLiveLiterals()