Build Fails Due to Private Access in ContentState and Missing Classes
So I tried Building the Plugin and it won't Build. The build fails with the following error:
'com.magmaguy.magmacore.menus.ContentPackage.ContentState' has private access in 'com.magmaguy.magmacore.menus.ContentPackage'
Additionally, the AdvancedMenuItem and FirstTimeSetupMenu classes cannot be found at all for some reason.
I'm unsure if this is related to a configuration issue in my end or something specific to MagmaCore? Any ideas on what could be wrong?
I tried:
- Cloning the Repo in its current state
- Downloading the source from the latest release to the same issue
- Checked for any version mismatches in the dependencies.
- Invalidated all Caches
- Changing the access modifier of ContentState usages
I am aware of this and similar issues. I have already been modifying the backend and am hoping to roll out some updates today that will fix this and several other similar problems.
I also faced a similar problem