fragmentsEnabled

var fragmentsEnabled: Boolean?

Fragment 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-Fragment dependencies if ViewModel code generation is enabled via enabled and the module declares any androidx.fragment group dependencies.

Sources

Link copied to clipboard