Hello
I created a custom add-on and made it a jar file.
Then I added that jar file in another project.
Jar file has two entities: Widget and Template.
Tables are created in the database.
Now when I run this project I get MetaClass not found MetaClass not found for class com.company.gridcomponent.entity.Widget exception.
Should I add these entities to the metaClass and how?