composeEnabled

var composeEnabled: Boolean?

Compose ViewModel API's enabled

If this property is set, then Tangle will use that setting regardless of what Androidx dependencies are in the classpath.

If this property is not set, Tangle will automatically enable its ViewModel-Compose dependencies if ViewModel code generation is enabled via enabled and the module declares any androidx.compose.ui group dependencies.

Sources

Link copied to clipboard