generateContributionHintsInFir

@DelicateMetroGradleApi(message = "FIR contribution hint gen is experimental and does not work yet in all cases. See the kdoc.")
val generateContributionHintsInFir: Property<Boolean>(source)

Enable/disable contribution hint generation in FIR. Disabled by default as this is still experimental. Requires generateContributionHints to be true.

Warnings

  • Prior to Kotlin 2.3.20, FIR contribution hint gen is only compatible with jvm/android targets.

  • FIR contribution hint gen is not yet compatible with incremental compilation on any platform