supportedHintContributionPlatforms

@DelicateMetroGradleApi(message = "Contribution hint gen does not work yet in all platforms on all Kotlin versions. See the kdoc.")
val supportedHintContributionPlatforms: SetProperty<KotlinPlatformType>(source)

Sets the platforms for which contribution hints will be generated. If not set, defaults are computed per-platform and per Kotlin version based on known compatible combinations.

Warnings Prior to Kotlin 2.3.20, contribution hint gen is

  • ...only compatible with jvm/android targets.

  • ...does not support incremental compilation on any targets.