does anybody here know of a project that has worki...
# squarelibraries
n
does anybody here know of a project that has working compose-web + molecule setup ? when i try to add molecule to a basic compose-web thing i am getting this
Copy code
e: Multiple values are not allowed for plugin option androidx.compose.compiler.plugins.kotlin:generateDecoys
seeing a working sample might help me in figuring out the misconfiguration… if there is any…
b
Don’t need to apply the molecule plugin maybe? And simply use its APIs
implementation(molecule)
n
okay i will try that, thanks
h
Yes, you don't need the plugin if you already use compose. Just for the record: https://github.com/cashapp/molecule/issues/134