Hi, How can I use the `liveLiterals` plugin option...
# compose
j
Hi, How can I use the
liveLiterals
plugin option? When I try to apply it, I get this error: Multiple values are not allowed for plugin option androidx.compose.compiler.plugins.kotlin:liveLiterals.
Copy code
freeCompilerArgs += [
        "-P",
        "plugin:androidx.compose.compiler.plugins.kotlin:liveLiterals=false"
]