DittoConfigExperimental

data class DittoConfigExperimental(val coreExceptionBridgingEnabled: Boolean = false)

Experimental configuration options for DittoConfig.

This data class allows you to enable or configure features that are not yet part of the stable API. Use with caution, as experimental features may change or be removed in future releases.

Constructors

Link copied to clipboard
constructor(coreExceptionBridgingEnabled: Boolean = false)

Properties

Link copied to clipboard

Sets whether core crashes (panics) should be raised as JVM exceptions.