Closed ceduliocezar closed 10 months ago
The weird part is that if i command click on orientation property it leads me to the ModuleGraphExtension and i can see all the properties there.
The same is hapenning for linkText and theme.
I figured out the problem.
Apparently you need to import those Orientation and the classes to be able to use them.
Somehow the message was a bit misleading.
So either use directly the full name with package or import the classes at the top of the gradle file.
@iurysza maybe consider changing the readme documentation to include the package name there, it took me sometime to realise what was missing.
Thanks for the feedback @ceduliocezar! I'll update the README!
🐛 Describe the bug
Not able to define all properties listed on the documentation.
⚠️ Current behavior
Whenever I sync my project with your plugin applied or execute the gradle task createModuleGraph i get the error:
if i comment the orientation it generate correctly.
✅ Expected behavior
I am able to define all the properties available.
💣 Steps to reproduce