forceEnableFirInIde

@DangerousMetroGradleApi(message = "This could break analysis in your IDE if you force-enable!")
val forceEnableFirInIde: Property<Boolean>(source)

Enables Metro FIR extensions in the IDE even when the compat layer cannot be determined.

This is useful when working with IDE versions where Metro cannot automatically detect the correct compatibility layer.

Disabled by default.